Skip to content

Commit c724fa2

Browse files
committed
Clean up the package.json file
1 parent 6cb202d commit c724fa2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
2-
"name": "node-adsb",
3-
"version": "0.1.0",
2+
"name": "adsb",
3+
"version": "0.2.0",
44
"description": "ADS-B decoder",
55
"main": "./lib/adsb.js",
66
"scripts": {
77
"test": "mocha"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/grantmd/node-adsb"
11+
"url": "https://github.com/grantmd/node-adsb.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/grantmd/node-adsb/issues",
15+
"email": "[email protected]"
1216
},
1317
"author": "Myles Grant <[email protected]> (http://mylesgrant.com)",
1418
"license": "BSD",

0 commit comments

Comments
 (0)