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

Commit 938c8a4

Browse files
author
Michael Perrotte
committedFeb 27, 2020
feat: removed 'standard-version' dependency; updated publish scripts
1 parent ea19e24 commit 938c8a4

File tree

2 files changed

+91
-1633
lines changed

2 files changed

+91
-1633
lines changed
 

‎package-lock.json

+88-1,629
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@
55
"author": "Kat Marchán <kzm@zkat.tech>",
66
"license": "ISC",
77
"scripts": {
8-
"prerelease": "npm t",
9-
"release": "standard-version -s",
10-
"postrelease": "npm publish && git push --follow-tags",
8+
"preversion": "npm run coverage && npm run lint",
9+
"postversion": "npm publish",
10+
"postpublish": "git push origin --follow-tags",
1111
"lint": "standard",
1212
"test": "tap --no-coverage",
1313
"coverage": "tap"
1414
},
1515
"devDependencies": {
1616
"nock": "^12.0.1",
1717
"standard": "^14.3.1",
18-
"standard-version": "*",
1918
"tap": "^14.10.6"
2019
},
2120
"repository": {

0 commit comments

Comments
 (0)
This repository has been archived.