Skip to content

Commit

Permalink
Fixed bundles paths in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
caderek committed Oct 12, 2021
1 parent e0b0b49 commit 6691cab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"main": "src/index.js",
"bin": "src/cli.js",
"exports": {
".": "src/index.js",
"./esm": "bundle/gramma.esm.js",
"./esm-min": "bundle.gramma.esm.min.js",
"./iife": "bundle.gramma.min.js"
".": "./src/index.js",
"./esm": "./bundle/gramma.esm.js",
"./esm-min": "./bundle.gramma.esm.min.js",
"./iife": "./bundle.gramma.min.js"
},
"types": "src/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 6691cab

Please sign in to comment.