Skip to content

Commit 70f8eeb

Browse files
committed
Fix package repo url
1 parent 741ece9 commit 70f8eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "https://github.com/acdvs/eslint-plugin-suitescript#readme",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/acdvs/eslint-plugin-suitescript.git"
10+
"url": "git+https://github.com/acdvs/eslint-plugin-suitescript.git"
1111
},
1212
"bugs": "https://github.com/acdvs/eslint-plugin-suitescript/issues",
1313
"main": "lib/index.js",

0 commit comments

Comments
 (0)