diff --git a/package-lock.json b/package-lock.json index 7bd061f1..81403800 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,6 @@ "packages": { "": { "version": "5.0.1", - "hasInstallScript": true, "license": "MIT", "dependencies": { "preact": "^10.5.12", diff --git a/package.json b/package.json index 12ed6d59..398029c7 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "typescript": "^4.2.4" }, "scripts": { - "postinstall": "find . ! -path '*/node_modules/*' ! -path './package.json' ! -path './tests/dev-server/package.json' -name 'package.json' -execdir npm install \\;", + "prepare": "find . ! -path '*/node_modules/*' ! -path './package.json' ! -path './tests/dev-server/package.json' -name 'package.json' -execdir npm install \\;", "clean": "rimraf coverage dist tmp l10n/dist 'plugins/!(node_modules)/dist'", "prebuild": "npm run clean", "build": "run-p build:grid build:i18n build:plugins build:themes", diff --git a/plugins/selection/package-lock.json b/plugins/selection/package-lock.json index a0415ceb..4e686f67 100644 --- a/plugins/selection/package-lock.json +++ b/plugins/selection/package-lock.json @@ -13,7 +13,6 @@ }, "../..": { "version": "5.0.1", - "hasInstallScript": true, "license": "MIT", "dependencies": { "preact": "^10.5.12", @@ -24,7 +23,7 @@ "@types/jest": "^26.0.0", "@types/jest-axe": "^3.2.2", "@types/node": "^15.3.0", - "@typescript-eslint/eslint-plugin": "~4.22.0", + "@typescript-eslint/eslint-plugin": "~4.26.1", "@typescript-eslint/parser": "~4.26.0", "autoprefixer": "^9.8.0", "axe-core": "^4.0.0", @@ -76,7 +75,7 @@ "@types/jest": "^26.0.0", "@types/jest-axe": "^3.2.2", "@types/node": "^15.3.0", - "@typescript-eslint/eslint-plugin": "~4.22.0", + "@typescript-eslint/eslint-plugin": "~4.26.1", "@typescript-eslint/parser": "~4.26.0", "autoprefixer": "^9.8.0", "axe-core": "^4.0.0",