Skip to content

Commit

Permalink
2.5.1 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaygarlanka authored Apr 14, 2020
1 parent b9616f8 commit c1d92bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 ."
}
Expand Down

0 comments on commit c1d92bb

Please sign in to comment.