Skip to content

Commit

Permalink
chore: remove old release tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Jan 4, 2024
1 parent 47144c4 commit 6b2ba66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"scripts": {
"precommit": "lint-staged",
"format": "prettier-standard calcs/*.js index.js",
"changelog": "github-changes -o signalk -r signalk-derived-data -a --only-pulls --use-commit-body --data=pulls --tag-name=v$npm_package_version",
"create-release": "github-create-release --owner signalk --repository signalk-derived-data",
"release": "git tag -d v$npm_package_version ; git tag v$npm_package_version && git push --tags && git push && npm run create-release",
"test": "mocha"
},
"keywords": [
Expand Down Expand Up @@ -47,10 +44,8 @@
"suncalc": "^1.8.0"
},
"devDependencies": {
"@signalk/github-create-release": "^1.2.0",
"chai": "^4.2.0",
"chai-json-equal": "0.0.1",
"github-changes": "^1.0.4",
"husky": "^0.14.3",
"lint-staged": "^7.0.0",
"mocha": "^8.2.1",
Expand Down

0 comments on commit 6b2ba66

Please sign in to comment.