Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Mar 9, 2018
1 parent 249986f commit f584f4f
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "arg",
"version": "1.0.0",
"description": "Another simple argument parser",
"main": "index.js",
"repository": "zeit/arg",
"author": "Josh Junon <[email protected]>",
"license": "MIT",
"scripts": {
"pretest": "xo",
"test": "WARN_EXIT=1 jest --coverage -w 2"
},
"xo": {
"rules": {
"complexity": 0
}
},
"devDependencies": {
"chai": "^4.1.1",
"jest": "^20.0.4",
"xo": "^0.18.2"
"name": "arg",
"version": "1.0.1",
"description": "Another simple argument parser",
"main": "index.js",
"repository": "zeit/arg",
"author": "Josh Junon <[email protected]>",
"license": "MIT",
"scripts": {
"pretest": "xo",
"test": "WARN_EXIT=1 jest --coverage -w 2"
},
"xo": {
"rules": {
"complexity": 0
}
},
"devDependencies": {
"chai": "^4.1.1",
"jest": "^20.0.4",
"xo": "^0.18.2"
}
}

0 comments on commit f584f4f

Please sign in to comment.