Browse Source

Add npm test command

pull/14/head
Denis Sokolov 10 years ago
parent
commit
cfa4cc188a
  1. 3
      package.json

3
package.json

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

Loading…
Cancel
Save