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",
|
"plugin",
|
||||||
"wrapper"
|
"wrapper"
|
||||||
],
|
],
|
||||||
"files": [
|
|
||||||
"LICENSE",
|
|
||||||
"README.md",
|
|
||||||
"tsconfig.json",
|
|
||||||
"umd/",
|
|
||||||
"cjs/",
|
|
||||||
"esm/",
|
|
||||||
"src/",
|
|
||||||
"types/",
|
|
||||||
"examples/"
|
|
||||||
],
|
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Arthur Fiorette",
|
"name": "Arthur Fiorette",
|
||||||
"email": "npm@arthur.place",
|
"email": "npm@arthur.place",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user