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.
2 parents 012e9f6 + fe54954 commit c702bd4Copy full SHA for c702bd4
package.json
@@ -4,13 +4,9 @@
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",
14
"scripts": {
15
"test": "CI=1 react-scripts test --env=jsdom",
16
"build": "rollup -c",
@@ -57,4 +53,4 @@
57
53
"files": [
58
54
"dist"
59
55
]
60
-}
56
+}
0 commit comments