Skip to content

Commit

Permalink
Closes #3. Run tests only if required by user, remove superfluous mai…
Browse files Browse the repository at this point in the history
…n and directories keys
  • Loading branch information
kof committed Apr 15, 2011
1 parent 820a424 commit 6bcda34
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
@@ -1,17 +1,15 @@
{
"name": "argsparser",
"description": "A tiny command line arguments parser",
"version": "0.0.4",
"version": "0.0.5",
"author": "Oleg Slobodskoi <oleg008@gmail.com>",
"repository": {
"type": "git",
"url": "http://github.com/kof/node-argsparser.git"
},
"keywords": [ "arguments", "options", "command line", "parser" ],
"directories": { "lib": "./lib" },
"main": "./lib/argsparser.js",
"engines": { "node": ">= 0.2.0" },
"scripts": { "install": "node ./test/test.js" },
"scripts": { "test": "node ./test/test.js" },
"licenses": [
{
"type": "MIT",
Expand Down

0 comments on commit 6bcda34

Please sign in to comment.