-
Notifications
You must be signed in to change notification settings - Fork 59
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
1 parent
b9616f8
commit c1d92bb
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"upload", | ||
"download" | ||
], | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"author": "Box <[email protected]>", | ||
"license": "Apache-2.0", | ||
"main": "src/index.js", | ||
|
@@ -131,7 +131,7 @@ | |
"lint": "eslint --fix ./src ./test", | ||
"prepack": "oclif-dev manifest && oclif-dev readme --multi && npm shrinkwrap && git checkout origin/master -- package-lock.json", | ||
"postpack": "rm -f oclif.manifest.json && rm -f npm-shrinkwrap.json", | ||
"version": "oclif-dev readme --multi && git add README.md && git add docs && git remote -v && git status", | ||
"version": "oclif-dev readme --multi && git add README.md && git add docs", | ||
"build": "oclif-dev pack:macos && rm -rf tmp/ && oclif-dev pack:win && rm -rf tmp/ && npm run binaries", | ||
"binaries": "pkg --targets node10-macos-x64,node10-win-x64,node10-linux-x64 --out-path ./dist ." | ||
} | ||
|