Skip to content

Commit eb792e7

Browse files
committed
Initial commit
1 parent 5ddd854 commit eb792e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-error-boundary",
33
"version": "0.0.1",
44
"description": "Simple reusable React error boundary component",
5-
"main": "dist/commonjs/react-error-boundary.js",
5+
"main": "dist/commonjs/index.js",
66
"scripts": {
77
"build": "npm run build:commonjs && npm run build:es && npm run build:umd",
88
"build:commonjs": "npm run clean:commonjs && cross-env NODE_ENV=production cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs",

0 commit comments

Comments
 (0)