mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Stop sharing dependencies between ext/app (closes #178)
This commit is contained in:
11
package.json
11
package.json
@@ -18,14 +18,10 @@
|
||||
"install-manifest": "cd app && npm run install-manifest",
|
||||
"remove-manifest": "cd app && npm run remove-manifest",
|
||||
"lint": "npm run lint:app && npm run lint:ext",
|
||||
"lint:app": "cd app && npm run lint",
|
||||
"lint:ext": "cd ext && npm run lint"
|
||||
"lint:app": "eslint app/src --ext .ts,.tsx",
|
||||
"lint:ext": "eslint ext/src --ext .ts,.tsx"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/minimist": "^1.2.1",
|
||||
"@types/semver": "^7.3.4",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@types/ws": "^7.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||
"@typescript-eslint/parser": "^4.22.0",
|
||||
"eslint": "^7.25.0",
|
||||
@@ -34,9 +30,6 @@
|
||||
"jasmine-console-reporter": "^3.1.0",
|
||||
"minimist": "^1.2.5",
|
||||
"selenium-webdriver": "^4.0.0-beta.1",
|
||||
"semver": "^7.3.4",
|
||||
"typescript": "^4.1.5",
|
||||
"uuid": "^8.3.2",
|
||||
"ws": "^7.4.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user