Skip to content

Commit

Permalink
fix: Update babel entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan DiMascio committed Jul 18, 2020
1 parent 2c963cf commit 6b4ebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cover:node": "nyc --no-clean npm run test:node",
"cover:browser": "nyc npm run test:browser",
"cover:report": "nyc report --reporter=text-lcov | coveralls",
"build": "babel --plugins '@babel/plugin-transform-modules-umd' src --out-file ./dist/index.js --no-comments"
"build": "babel --plugins '@babel/plugin-transform-modules-umd' src/index.js --out-file ./dist/index.js --no-comments"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit 6b4ebc2

Please sign in to comment.