Merge branch 'master' into tdd.update

This commit is contained in:
King
2018-01-03 07:11:13 -05:00
committed by GitHub
35 changed files with 4587 additions and 121 deletions

View File

@ -24,8 +24,8 @@
"tagger": "node ./scripts/tag.js",
"webber": "node ./scripts/web.js",
"tdd": "node ./scripts/tdd.js",
"test": "tape test/**/*.test.js | tap-spec",
"module": "node ./scripts/module.js"
"module": "node ./scripts/module.js",
"test": "tape test/**/*.test.js | tap-spec"
},
"repository": {
"type": "git",