Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yord committed Jan 4, 2021
2 parents cc73374 + 9a88aa9 commit ba1a137
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
.github
src/**/*.test.js
shargs.png
26 changes: 13 additions & 13 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shargs",
"version": "0.26.2",
"version": "1.0.0",
"description": "A highly configurable and extensible command-line arguments parser",
"keywords": [
"shargs",
Expand All @@ -26,9 +26,9 @@
},
"private": false,
"dependencies": {
"shargs-core": "0.26.1",
"shargs-opts": "0.5.0",
"shargs-parser": "0.6.2",
"shargs-usage": "0.6.0"
"shargs-core": "1.0.0",
"shargs-opts": "1.0.0",
"shargs-parser": "1.0.0",
"shargs-usage": "1.0.0"
}
}

0 comments on commit ba1a137

Please sign in to comment.