Skip to content

Commit 87ec026

Browse files
package.json: preparing package.json for a npm reg release (#185)
The rosnodejs package at npmjs got a little out of date and has the issue of refering to xmlrpc as github link. This commit is meant to update the version of the rosnodejs.
1 parent 4aeb3c9 commit 87ec026

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rosnodejs",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Native ROS for nodejs",
55
"main": "dist/index.js",
66
"keywords": [
@@ -20,7 +20,7 @@
2020
"license": "Apache-2.0",
2121
"repository": {
2222
"type": "git",
23-
"url": "git://github.com/RethinkRobotics-opensource/rosnodejs"
23+
"url": "git://github.com/RethinkRobotics-opensource/rosnodejs.git"
2424
},
2525
"devDependencies": {
2626
"babel-cli": "^6.18.0",
@@ -38,5 +38,12 @@
3838
"ultron": "1.1.1",
3939
"walker": "1.0.7",
4040
"xmlrpc-rosnodejs": "1.4.0"
41+
},
42+
"bugs": {
43+
"url": "https://github.com/RethinkRobotics-opensource/rosnodejs/issues"
44+
},
45+
"homepage": "https://github.com/RethinkRobotics-opensource/rosnodejs#readme",
46+
"directories": {
47+
"test": "test"
4148
}
4249
}

0 commit comments

Comments
 (0)