Skip to content

Commit

Permalink
docs: updated compiled-code section
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 13, 2021
1 parent 90d7148 commit f3bd30c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,8 @@ browser. Both of them uses **Babel** with

You can see more here about compiling options:

- [Webpack config](/webpack.config.js)
- [Babel Config](/.babelrc)
- [Types Config](/tsconfig.types.json)
- [Browser Build config](/webpack.config.js)
- [NodeJS Build Config](/tsconfig.build.json)

If, for some reason, you have a bug with the compiled code, such as a user have an
incompatible browser, please contact me.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.7.4",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"browser": "./dist/index.bundle.js",
"jsdelivr": "./dist/index.bundle.js",
"unpkg": "./dist/index.bundle.js",
"runkitExampleFilename": "./examples/runkit.js",
Expand Down

0 comments on commit f3bd30c

Please sign in to comment.