Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Nov 25, 2018
1 parent 00b2441 commit adaaeb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "@signalk/n2k-signalk",
"version": "1.3.2",
"version": "1.4.0",
"description": "NMEA 2000 to SignalK conversion library",
"main": "n2kMapper.js",
"scripts": {
"test": "mocha",
"changelog":
"github-changes -o signalk -r n2k-signalk -a --only-pulls --use-commit-body --data=pulls --tag-name=v$npm_package_version",
"release":
"git tag -d v$npm_package_version ; npm run changelog && git add CHANGELOG.md && git commit -m 'chore: update changelog' && git tag v$npm_package_version && git push --tags && git push && npm publish",
"changelog": "github-changes -o signalk -r n2k-signalk -a --only-pulls --use-commit-body --data=pulls --tag-name=v$npm_package_version",
"release": "git tag -d v$npm_package_version ; npm run changelog && git add CHANGELOG.md && git commit -m 'chore: update changelog' && git tag v$npm_package_version && git push --tags && git push && npm publish",
"format": "prettier-standard '*.js*' 'pgns/**/*.js' 'test/**/*.js*'"
},
"keywords": [
Expand Down

0 comments on commit adaaeb5

Please sign in to comment.