add npm test command to package.json

This commit is contained in:
King
2018-01-01 20:34:36 -05:00
parent d4857ebf37
commit e802f3057c

View File

@ -18,7 +18,8 @@
"linter": "node ./scripts/lint.js",
"tagger": "node ./scripts/tag.js",
"webber": "node ./scripts/web.js",
"tdd": "node ./scripts/tdd.js"
"tdd": "node ./scripts/tdd.js",
"test": "tape test/**/*.test.js"
},
"repository": {
"type": "git",