diff --git a/packages/xo-collection/package.json b/packages/xo-collection/package.json index 2cff1cb2e..aa5e1ce80 100644 --- a/packages/xo-collection/package.json +++ b/packages/xo-collection/package.json @@ -38,7 +38,6 @@ "babel-preset-stage-3": "^6.24.1", "cross-env": "^5.1.3", "event-to-promise": "^0.8.0", - "lint-staged": "^6.0.0", "rimraf": "^2.6.1" }, "scripts": { diff --git a/scripts/normalize-packages b/scripts/normalize-packages index cf9dc0783..6a048d97c 100755 --- a/scripts/normalize-packages +++ b/scripts/normalize-packages @@ -48,6 +48,7 @@ require('exec-promise')(() => 'ghooks', 'husky', 'jest', + 'lint-staged', 'standard', ]) deleteProperties(pkg, 'scripts', [ 'commitmsg', 'cz' ])