Browse Source

Merge pull request #75 from denis-sokolov/test-script

Add npm test command
pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
a76a5c8427
  1. 3
      package.json

3
package.json

@ -18,6 +18,9 @@
}, },
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": { "dependencies": {
"argparse": "~ 0.1.15", "argparse": "~ 0.1.15",
"autolinker": "~ 0.12.3", "autolinker": "~ 0.12.3",

Loading…
Cancel
Save