Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit b27599b

Browse files
author
Michael Perrotte
committedFeb 27, 2020
deps: removed weall* deps; removed referencing scripts
1 parent a7b3f59 commit b27599b

File tree

2 files changed

+2
-319
lines changed

2 files changed

+2
-319
lines changed
 

‎package-lock.json

-313
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@
1414
"postrelease": "npm publish && git push --follow-tags",
1515
"lint": "standard",
1616
"test": "tap -J --100 test/*.js",
17-
"coverage": "tap",
18-
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
19-
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
17+
"coverage": "tap"
2018
},
2119
"devDependencies": {
2220
"nock": "^9.6.1",
2321
"standard": "^12.0.0",
2422
"standard-version": "*",
25-
"tap": "*",
26-
"weallbehave": "*",
27-
"weallcontribute": "*"
23+
"tap": "*"
2824
},
2925
"repository": {
3026
"type": "git",

0 commit comments

Comments
 (0)
This repository has been archived.