chore: defined package.json browser field

This commit is contained in:
arthurfiorette 2021-12-11 11:52:02 -03:00
parent 795d7067f5
commit 3b40abd8de
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555

View File

@ -3,6 +3,7 @@
"version": "0.7.2",
"description": "Cache interceptor for axios",
"main": "./dist/index.js",
"browser": "./dist/index.bundle.js",
"jsdelivr": "./dist/index.bundle.js",
"unpkg": "./dist/index.bundle.js",
"scripts": {