Skip to content

Commit e46e471

Browse files
author
Vitaly Puzrin
committedOct 27, 2015
1.0.3 released
1 parent f711709 commit e46e471

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed
 

‎.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: node_js
22
node_js:
33
- "0.10"
44
- "0.12"
5-
- iojs
5+
- stable
66
before_script: "make dev-deps"
7-
script: "make test"
87
sudo: false

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.3 / 2015-10-27
2+
------------------
3+
4+
* Fix parse `=` in args: `--examplepath="C:\myfolder\env=x64"`. #84, @CatWithApple.
5+
6+
17
1.0.2 / 2015-03-22
28
------------------
39

‎package.json

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "argparse",
33
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"keywords": [
66
"cli",
77
"parser",
@@ -14,15 +14,8 @@
1414
"Eugene Shkuropat",
1515
"Paul Jacobson"
1616
],
17-
"bugs": {
18-
"url": "https://github.com/nodeca/argparse/issues"
19-
},
2017
"license": "MIT",
21-
"repository": {
22-
"type": "git",
23-
"url": "git://github.com/nodeca/argparse.git"
24-
},
25-
"main": "./index.js",
18+
"repository": "nodeca/argparse",
2619
"scripts": {
2720
"test": "make test"
2821
},

0 commit comments

Comments
 (0)
Please sign in to comment.