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
Mar 23, 2020
1 parent
32b3684
commit 0ef83fb
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
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.0.4", | ||
"version": "4.1.0", | ||
"author": "Alif Rachmawadi <[email protected]>", | ||
"bin": { | ||
"snowboard": "./bin/run" | ||
|
@@ -23,10 +23,10 @@ | |
"snowboard-helper": "^1.0.0", | ||
"snowboard-linter": "^1.0.0", | ||
"snowboard-mock-router": "^1.0.1", | ||
"snowboard-packer": "^1.1.3", | ||
"snowboard-packer": "^1.2.0", | ||
"snowboard-parser": "^1.0.0", | ||
"snowboard-reader": "^1.0.0", | ||
"snowboard-theme-winter": "^1.1.5" | ||
"snowboard-theme-winter": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1.22.2" | ||
|