Skip to content

Commit 6e56b41

Browse files
committed
Fix package.json for publish
No need to republish, already fixed by npm publish
1 parent 3d6fa37 commit 6e56b41

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
},
88
"author": "Javier Carrillo",
99
"description": "path to regex madness",
10-
"repository": "stringparser/parth",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/stringparser/parth.git"
13+
},
1114
"homepage": "https://github.com/stringparser/parth",
1215
"bugs": {
1316
"url": "https://github.com/stringparser/parth/issues"

0 commit comments

Comments
 (0)