Skip to content

Commit

Permalink
fix: fixed package.json bundle index name
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 8, 2021
1 parent 6a67d4c commit ae77e6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.7.0-beta1",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"browser": "./dist/index.min.js",
"browser": "./dist/index.bundle.js",
"jsdelivr": "./dist/index.bundle.js",
"unpkg": "./dist/index.bundle.js",
"scripts": {
"build": "concurrently 'npm:build:*'",
"build:node": "babel src --out-dir dist --extensions '.ts'",
Expand Down

0 comments on commit ae77e6a

Please sign in to comment.