Skip to content

Commit 6644947

Browse files
update url to lower-case (error in npm publish) (#5)
1 parent 3daff0b commit 6644947

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
],
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/Lichtblick-Suite/rosbag2-web.git"
22+
"url": "https://github.com/lichtblick-suite/rosbag2-web.git"
2323
},
2424
"author": {
2525
"name": "Lichtblick",
2626
"email": "lichtblick@bmwgroup.com"
2727
},
28-
"homepage": "https://github.com/Lichtblick-Suite/rosbag2-web",
28+
"homepage": "https://github.com/lichtblick-suite/rosbag2-web",
2929
"main": "dist/index.js",
3030
"typings": "dist/index.d.ts",
3131
"files": [

0 commit comments

Comments
 (0)