File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ language: node_js
2
2
node_js :
3
3
- " 0.10"
4
4
- " 0.12"
5
- - iojs
5
+ - stable
6
6
before_script : " make dev-deps"
7
- script : " make test"
8
7
sudo : false
Original file line number Diff line number Diff line change
1
+ 1.0.3 / 2015-10-27
2
+ ------------------
3
+
4
+ * Fix parse ` = ` in args: ` --examplepath="C:\myfolder\env=x64" ` . #84 , @CatWithApple .
5
+
6
+
1
7
1.0.2 / 2015-03-22
2
8
------------------
3
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " argparse" ,
3
3
"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 " ,
5
5
"keywords" : [
6
6
" cli" ,
7
7
" parser" ,
14
14
" Eugene Shkuropat" ,
15
15
" Paul Jacobson"
16
16
],
17
- "bugs" : {
18
- "url" : " https://github.com/nodeca/argparse/issues"
19
- },
20
17
"license" : " MIT" ,
21
- "repository" : {
22
- "type" : " git" ,
23
- "url" : " git://github.com/nodeca/argparse.git"
24
- },
25
- "main" : " ./index.js" ,
18
+ "repository" : " nodeca/argparse" ,
26
19
"scripts" : {
27
20
"test" : " make test"
28
21
},
You can’t perform that action at this time.
0 commit comments