Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit c1bcfca

Browse files
committed
Bump url dependency 0.7.9 -> 0.10.1
When bringing in webpack via npm, and when trying to commit the node_modules, the following error would happen: > fatal: Not a git repository: > /Users/Mathias/Projects/punycode.js/.git/modules/vendor/docdown Essentially, the node_modules/webpack/node_modules/node-libs-browser/node_modules/url/node_modules/punycode/vendor/docdown directory has a .git file in it. It looks like this problem has been fixed in newer versions. However, node-libs-browser is using an older version of the url package that has this problem. This commit updates the version of the url package dependency to resolve this issue. Fixes #9.
1 parent 73dc829 commit c1bcfca

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
@@ -24,7 +24,7 @@
2424
"util": "~0.10.3",
2525
"assert": "~1.1.1",
2626
"buffer": "~2.1.5",
27-
"url": "~0.7.9",
27+
"url": "~0.10.1",
2828
"process": "~0.6.0"
2929
},
3030
"licenses": [

0 commit comments

Comments
 (0)