Skip to content

Commit

Permalink
version bump 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Nov 23, 2017
1 parent a7124fc commit 0a91554
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 67 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,9 @@

2.12.1 / 2017-11-23
==================

* Move @types/node to dev dependency

2.12.0 / 2017-11-22
==================

Expand Down
138 changes: 75 additions & 63 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "commander",
"version": "2.12.0",
"version": "2.12.1",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
Expand All @@ -24,10 +24,10 @@
],
"dependencies": {},
"devDependencies": {
"@types/node": "^7.0.48",
"should": "^11.2.1",
"sinon": "^2.3.5",
"typescript": "^2.6.1",
"@types/node": "^7.0.48"
"sinon": "^2.4.1",
"typescript": "^2.6.1"
},
"typings": "typings/index.d.ts"
}

0 comments on commit 0a91554

Please sign in to comment.