We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa6f2a commit 8e94c16Copy full SHA for 8e94c16
package.json
@@ -20,7 +20,7 @@
20
},
21
"repository": {
22
"type": "git",
23
- "url": "https://github.com/node-unicode/node-unicode-data.git"
+ "url": "git+https://github.com/node-unicode/node-unicode-data.git"
24
25
"bugs": "https://github.com/node-unicode/node-unicode-data/issues",
26
"files": [
templates/package.json
@@ -23,7 +23,7 @@
- "url": "https://github.com/node-unicode/unicode-<%= version %>.git"
+ "url": "git+https://github.com/node-unicode/unicode-<%= version %>.git"
27
28
"bugs": "https://github.com/node-unicode/node-unicode-data/issues"
29
}
0 commit comments