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

Commit e04c455

Browse files
Michael Perrottemikemimik
Michael Perrotte
authored andcommittedMar 2, 2020
chore: removed standard-version as a dep; updated scripts for version/publishing
1 parent 1732154 commit e04c455

File tree

2 files changed

+175
-1630
lines changed

2 files changed

+175
-1630
lines changed
 

‎package-lock.json

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

‎package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
"author": "Kat Marchán <kzm@sykosomatic.org>",
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 test",
9+
"postversion": "npm publish",
10+
"postpublish": "git push origin --follow-tags",
1111
"lint": "standard",
1212
"test": "tap"
1313
},
1414
"devDependencies": {
1515
"nock": "^12.0.1",
1616
"standard": "^14.3.0",
17-
"standard-version": "^7.1.0",
1817
"tap": "^14.10.6"
1918
},
2019
"repository": {
@@ -35,4 +34,4 @@
3534
"tap": {
3635
"check-coverage": true
3736
}
38-
}
37+
}

0 commit comments

Comments
 (0)
This repository has been archived.