mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
chore: added .npmignore
This commit is contained in:
parent
27b9a4972c
commit
ad1e965b41
16
.npmignore
Normal file
16
.npmignore
Normal file
@ -0,0 +1,16 @@
|
||||
# white list approach
|
||||
|
||||
*
|
||||
|
||||
LICENSE
|
||||
README.md
|
||||
|
||||
src/
|
||||
|
||||
umd/
|
||||
cjs/
|
||||
esm/
|
||||
|
||||
types/
|
||||
|
||||
examples/runkit.js
|
||||
11
package.json
11
package.json
@ -36,17 +36,6 @@
|
||||
"plugin",
|
||||
"wrapper"
|
||||
],
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"tsconfig.json",
|
||||
"umd/",
|
||||
"cjs/",
|
||||
"esm/",
|
||||
"src/",
|
||||
"types/",
|
||||
"examples/"
|
||||
],
|
||||
"author": {
|
||||
"name": "Arthur Fiorette",
|
||||
"email": "npm@arthur.place",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user