aboutsummaryrefslogtreecommitdiff
path: root/lib/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/client/package.json')
-rw-r--r--lib/client/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/client/package.json b/lib/client/package.json
index 26923cb..ea7db8b 100644
--- a/lib/client/package.json
+++ b/lib/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@vnuge/cmnext-client",
- "version": "0.1.1",
+ "version": "0.1.2",
"type": "module",
"copyright": "Copyright \u00A9 2023 Vaughn Nugent",
"author": "Vaughn Nugent",
@@ -14,7 +14,7 @@
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"scripts": {
- "lint": "eslint --ext .js,.ts --ignore-path .gitignore src",
+ "lint": "eslint --ext .js,.ts --ignore-path ../../.gitignore src",
"build": "tsc",
"clean": "if exist dist ( rd /S /Q lib)"
},