diff options
author | HampusM <hampus@hampusmat.com> | 2021-06-07 20:49:55 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-06-07 20:49:55 +0200 |
commit | 6a89b265146edf689b83e2f0bf2d3d6d70eb538a (patch) | |
tree | 603778c01cd067a98ffb341f1f22e2b7e0f42845 /packages/client | |
parent | 833c48b9ec5f5b9aa0302c557c6bf5163841100b (diff) |
Organized, switched from Lerna to Yarn workspaces & improved gitignore
Diffstat (limited to 'packages/client')
-rw-r--r-- | packages/client/package.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/client/package.json b/packages/client/package.json index 5ff4b53..cf5ec31 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -6,7 +6,7 @@ "license": "MIT", "scripts": { "serve": "vue-cli-service serve", - "build": "vue-cli-service build --dest ../../dist", + "build": "vue-cli-service build --dest dist", "lint": "vue-cli-service lint" }, "dependencies": { @@ -28,11 +28,6 @@ "@vue/compiler-sfc": "^3.0.0", "@vue/eslint-config-standard": "^5.1.2", "babel-eslint": "^10.1.0", - "eslint": "^6.7.2", - "eslint-plugin-import": "^2.20.2", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.2.1", - "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^7.0.0", "sass": "^1.26.5", "sass-loader": "^8.0.2" |