This repository has been archived by the owner on Jan 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alif Rachmawadi
committed
Apr 23, 2020
1 parent
76a4fcb
commit bdf5a26
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "snowboard-packer", | ||
"description": "The snowboard packer", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"author": "Alif Rachmawadi <[email protected]>", | ||
"dependencies": { | ||
"@babel/core": "^7.9.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "snowboard", | ||
"description": "API blueprint toolkit", | ||
"version": "4.1.5", | ||
"version": "4.1.6", | ||
"author": "Alif Rachmawadi <[email protected]>", | ||
"bin": { | ||
"snowboard": "./bin/run" | ||
|
@@ -23,7 +23,7 @@ | |
"snowboard-helper": "^1.1.1", | ||
"snowboard-linter": "^1.0.1", | ||
"snowboard-mock-router": "^1.0.2", | ||
"snowboard-packer": "^1.3.3", | ||
"snowboard-packer": "^1.3.4", | ||
"snowboard-parser": "^1.1.1", | ||
"snowboard-reader": "^1.0.1", | ||
"snowboard-theme-winter": "^1.3.2" | ||
|