removed tdd duplicate in package.json lol which was my fault

This commit is contained in:
King
2018-01-17 13:49:10 -05:00
parent 69abf1b863
commit 87a2620ff0

View File

@ -28,7 +28,6 @@
"webber": "node ./scripts/web.js",
"tester": "node ./scripts/tdd.js",
"packager": "node ./scripts/module.js",
"tdd": "node ./scripts/tdd.js",
"test": "tape test/**/*.test.js | tap-spec"
},
"repository": {