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 012e9f6 commit 0c2efa0Copy full SHA for 0c2efa0
package.json
@@ -4,10 +4,7 @@
4
"description": "Boilerplate for publishing modern React modules with Rollup",
5
"author": "Travis Fischer",
6
"license": "MIT",
7
- "repository": {
8
- "type": "git",
9
- "url": "git@github.com:transitive-bullshit/react-modern-library-boilerplate.git"
10
- },
+ "repository": "transitive-bullshit/react-modern-library-boilerplate",
11
"main": "dist/index.js",
12
"module": "dist/index.es.js",
13
"jsnext:main": "dist/index.es.js",
@@ -57,4 +54,4 @@
57
54
"files": [
58
55
"dist"
59
56
]
60
-}
+}
0 commit comments