Add existing to tracked
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@zip-js/zip-js",
|
||||
"version": "2.8.34",
|
||||
"exports": {
|
||||
".": "./index.js"
|
||||
},
|
||||
"lint": {
|
||||
"exclude": [
|
||||
"dist/*.js",
|
||||
"*-inline.js",
|
||||
"tests/",
|
||||
"benchmarks/",
|
||||
"**/*.cjs",
|
||||
"**/*.min.js"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
"rollup*",
|
||||
"tsconfig.json",
|
||||
".vscode",
|
||||
".eslintrc.json",
|
||||
"benchmarks",
|
||||
"docs"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user