Skip to content

Commit 5a38064

Browse files
committed
fix: switch to dist dir
1 parent 0d84b6a commit 5a38064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"presets": [
33
"@babel/preset-env",
4-
"@babel/react"
4+
"@babel/preset-react"
55
],
66
"plugins": [
77
"@babel/plugin-proposal-class-properties"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-promise-loader",
33
"version": "1.1.0",
44
"description": "This is a NPM package with a component for React that will help you display the loader at use react-promise-tracker",
5-
"main": "./src/index.js",
5+
"main": "./dist/index.js",
66
"scripts": {
77
"build": "webpack --mode production",
88
"lint": "eslint --report-unused-disable-directives src",

0 commit comments

Comments
 (0)