Skip to content

Commit

Permalink
fix: switch to dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Arkhipov committed Mar 6, 2021
1 parent 0d84b6a commit 5a38064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"presets": [
"@babel/preset-env",
"@babel/react"
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-promise-loader",
"version": "1.1.0",
"description": "This is a NPM package with a component for React that will help you display the loader at use react-promise-tracker",
"main": "./src/index.js",
"main": "./dist/index.js",
"scripts": {
"build": "webpack --mode production",
"lint": "eslint --report-unused-disable-directives src",
Expand Down

0 comments on commit 5a38064

Please sign in to comment.