Skip to content

Commit c702bd4

Browse files
Merge pull request #17 from jeetiss/add-git-repo
Fix git repo
2 parents 012e9f6 + fe54954 commit c702bd4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
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",
13-
"jsnext:main": "dist/index.es.js",
1410
"scripts": {
1511
"test": "CI=1 react-scripts test --env=jsdom",
1612
"build": "rollup -c",
@@ -57,4 +53,4 @@
5753
"files": [
5854
"dist"
5955
]
60-
}
56+
}

0 commit comments

Comments
 (0)