Skip to content

Commit e2615e5

Browse files
authored
Fix git URL in package.json (#1062)
1 parent 1de81e9 commit e2615e5

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
@@ -8,7 +8,7 @@
88
"homepage": "https://github.com/jprichardson/node-fs-extra",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/jprichardson/node-fs-extra"
11+
"url": "git+https://github.com/jprichardson/node-fs-extra.git"
1212
},
1313
"keywords": [
1414
"fs",

0 commit comments

Comments
 (0)