Skip to content

Commit

Permalink
build: remove standard-version in favor of release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Dec 27, 2024
1 parent f89a867 commit ac14da7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"tests-only": "c8 -r none node test/index.js | tap-yaml-summary",
"test": "npm run -s tests-only",
"posttest": "c8 report --check-coverage",
"snap": "cross-env TAP_SNAPSHOT=1 npm test",
"release": "standard-version"
"snap": "cross-env TAP_SNAPSHOT=1 npm test"
},
"engines": {
"node": ">=16.12.0"
Expand Down Expand Up @@ -39,7 +38,6 @@
"c8": "^7.11.3",
"cross-env": "^7.0.3",
"libtap": "^1.4.0",
"standard-version": "^9.5.0",
"tap-yaml-summary": "^0.1.0"
}
}

0 comments on commit ac14da7

Please sign in to comment.