Skip to content

Commit

Permalink
Rename eta.cjs.js to eta.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Sep 18, 2020
1 parent c78d52b commit 7031022
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
"typescript types"
],
"homepage": "https://eta.js.org",
"main": "dist/eta.cjs.js",
"main": "dist/eta.cjs",
"browser": "dist/browser/eta.min.js",
"module": "dist/eta.es.js",
"type": "module",
"exports": {
"import": "./dist/eta.es.js",
"require": "./dist/eta.cjs.js",
"require": "./dist/eta.cjs",
"browser": "./dist/browser/eta.min.js"
},
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 7031022

Please sign in to comment.