Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Nov 14, 2018
1 parent 42a5cef commit b2c0da5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "arg",
"version": "2.0.0",
"version": "2.0.1",
"description": "Another simple argument parser",
"main": "index.js",
"repository": "zeit/arg",
"author": "Josh Junon <[email protected]>",
"license": "MIT",
"files": ["index.js"],
"files": [
"index.js"
],
"scripts": {
"pretest": "xo",
"test": "WARN_EXIT=1 jest --coverage -w 2"
Expand Down

0 comments on commit b2c0da5

Please sign in to comment.