chore(contrib): coc + contrib + lock file

This commit is contained in:
Michael Matuzak 2017-07-26 07:51:05 -07:00
parent 8d8930d758
commit 31356395f4
2 changed files with 4281 additions and 2 deletions

4275
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -9,11 +9,15 @@
"devDependencies": {
"standard": "^8.1.0",
"standard-version": "^3.0.0",
"tap": "^7.1.2"
"tap": "^7.1.2",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
"scripts": {
"release": "npm test && standard-version && git push origin master && npm publish",
"test": "tap test/*.js --cov && standard"
"test": "tap test/*.js --cov && standard",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
"repository": {
"type": "git",