chore(update lock): update lock + tap --100

This commit is contained in:
Michael Matuzak 2017-07-26 07:55:53 -07:00
parent 309cbd59d4
commit 023c61dcda
2 changed files with 3119 additions and 1861 deletions

4978
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
},
"scripts": {
"release": "npm test && standard-version && git push origin master && npm publish",
"test": "tap test/*.js --cov && standard",
"test": "tap test/*.js --100 && 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'"
},