Skip to content

Commit ede2397

Browse files
authored
Fix repository URL in package.json (#1088)
NPM rejected the publish because this URL mismatched the GitHub repo we were pushing from an Action on.
1 parent 6060d6a commit ede2397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "roslib",
33
"homepage": "https://robotwebtools.github.io",
44
"description": "The standard ROS Javascript Library",
5-
"version": "2.0.0-alpha4",
5+
"version": "2.0.0-alpha5",
66
"license": "BSD-2-Clause",
77
"files": [
88
"dist"
@@ -68,7 +68,7 @@
6868
},
6969
"repository": {
7070
"type": "git",
71-
"url": "https://github.com/RobotWebTools/roslibjs/releases"
71+
"url": "https://github.com/RobotWebTools/roslibjs"
7272
},
7373
"bugs": {
7474
"url": "https://github.com/RobotWebTools/roslibjs/issues"

0 commit comments

Comments
 (0)