Skip to content

Commit 0c2efa0

Browse files
committed
fix git repo url
1 parent 012e9f6 commit 0c2efa0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"description": "Boilerplate for publishing modern React modules with Rollup",
55
"author": "Travis Fischer",
66
"license": "MIT",
7-
"repository": {
8-
"type": "git",
9-
"url": "git@github.com:transitive-bullshit/react-modern-library-boilerplate.git"
10-
},
7+
"repository": "transitive-bullshit/react-modern-library-boilerplate",
118
"main": "dist/index.js",
129
"module": "dist/index.es.js",
1310
"jsnext:main": "dist/index.es.js",
@@ -57,4 +54,4 @@
5754
"files": [
5855
"dist"
5956
]
60-
}
57+
}

0 commit comments

Comments
 (0)