Skip to content

Commit 8e94c16

Browse files
committed
Run `npm pkg fix
1 parent 0aa6f2a commit 8e94c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/node-unicode/node-unicode-data.git"
23+
"url": "git+https://github.com/node-unicode/node-unicode-data.git"
2424
},
2525
"bugs": "https://github.com/node-unicode/node-unicode-data/issues",
2626
"files": [

templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/node-unicode/unicode-<%= version %>.git"
26+
"url": "git+https://github.com/node-unicode/unicode-<%= version %>.git"
2727
},
2828
"bugs": "https://github.com/node-unicode/node-unicode-data/issues"
2929
}

0 commit comments

Comments
 (0)