Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Aug 20, 2019
1 parent ec2e6d9 commit 0fe90ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/nmea0183-signalk",
"version": "3.4.1",
"version": "3.5.0",
"description": "A node.js/javascript parser for NMEA0183 sentences. Sentences are parsed to Signal K format.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -44,6 +44,9 @@
},
"homepage": "https://github.com/signalk/signalk-parser-nmea0183",
"standard": {
"globals": ["describe", "it"]
"globals": [
"describe",
"it"
]
}
}

0 comments on commit 0fe90ee

Please sign in to comment.