Skip to content

Commit

Permalink
fixed dist
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Oct 18, 2021
1 parent da20033 commit ffb077f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"module": "./dist/geo-extent.mjs",
"type": "module",
"files": [
"./src/geo-extent.js",
"./dist/geo-extent.cjs",
"./dist/geo-extent.mjs"
"src/geo-extent.js",
"dist/geo-extent.cjs",
"dist/geo-extent.mjs"
],
"scripts": {
"build": "cp ./src/geo-extent.js ./dist/geo-extent.mjs && npx babel ./src/geo-extent.js --out-file ./dist/geo-extent.cjs --plugins=@babel/plugin-transform-modules-commonjs",
Expand Down

0 comments on commit ffb077f

Please sign in to comment.