Skip to content

Commit d5f491e

Browse files
author
William Hawker
committed
package.json module and jsnext:main causing problems with create-react-app, remove them
1 parent eb9cde2 commit d5f491e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"version": "0.1.0",
44
"description": "Highcharts charts built using React components",
55
"main": "dist/react-jsx-highcharts.js",
6-
"module": "src/index.js",
7-
"jsnext:main": "src/index.js",
86
"scripts": {
97
"build": "./node_modules/.bin/webpack",
108
"lint": "./node_modules/.bin/eslint src",

0 commit comments

Comments
 (0)