Skip to content

Commit ac14da7

Browse files
committed
build: remove standard-version in favor of release-please
1 parent f89a867 commit ac14da7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"tests-only": "c8 -r none node test/index.js | tap-yaml-summary",
1111
"test": "npm run -s tests-only",
1212
"posttest": "c8 report --check-coverage",
13-
"snap": "cross-env TAP_SNAPSHOT=1 npm test",
14-
"release": "standard-version"
13+
"snap": "cross-env TAP_SNAPSHOT=1 npm test"
1514
},
1615
"engines": {
1716
"node": ">=16.12.0"
@@ -39,7 +38,6 @@
3938
"c8": "^7.11.3",
4039
"cross-env": "^7.0.3",
4140
"libtap": "^1.4.0",
42-
"standard-version": "^9.5.0",
4341
"tap-yaml-summary": "^0.1.0"
4442
}
4543
}

0 commit comments

Comments
 (0)