aboutsummaryrefslogtreecommitdiff
path: root/lib/vnlib.browser/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vnlib.browser/package.json')
-rw-r--r--lib/vnlib.browser/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/vnlib.browser/package.json b/lib/vnlib.browser/package.json
index 1c63ba1..056b187 100644
--- a/lib/vnlib.browser/package.json
+++ b/lib/vnlib.browser/package.json
@@ -11,7 +11,7 @@
"typings": "./dist/index.d.ts",
"output":"bin",
"scripts": {
- "lint": "eslint --ext .js,.ts --ignore-path .gitignore src",
+ "lint": "eslint --ext .js,.ts src",
"build": "tsc",
"clean": "if exist dist ( rd /S /Q lib)"
},
@@ -27,7 +27,6 @@
"@vueuse/core": "^10.x",
"lodash-es": "^4.x",
"vue": "^3.x",
- "vue-router": "^4.x",
"axios": "^1.x",
"eslint": "^8.39.0",
"jose": "^5.x",