Skip to content

Commit

Permalink
chore: remove old release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Sep 25, 2023
1 parent 7cba836 commit c85a752
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"main": "index.js",
"scripts": {
"test": "mocha",
"format": "prettier-standard '*.js*' 'sentences/*.js'",
"create-release": "github-create-release --owner signalk --repository signalk-to-nmea0183",
"release": "git tag -d v$npm_package_version && git tag v$npm_package_version && git push --tags && git push && npm run create-release"
"format": "prettier-standard '*.js*' 'sentences/*.js'"
},
"keywords": [
"signalk-node-server-plugin"
Expand All @@ -18,8 +16,6 @@
"baconjs": "^0.7.88"
},
"devDependencies": {
"@signalk/github-create-release": "^1.2.0",
"github-changes": "^1.0.4",
"mocha": "^8.1.3",
"prettier-standard": "^6.0.0"
}
Expand Down

0 comments on commit c85a752

Please sign in to comment.