feat(normalize-packages): remove lint-staged

This commit is contained in:
Julien Fontanet 2018-02-05 14:34:45 +01:00
parent 83e82e4789
commit 9d9fdcff1e
2 changed files with 1 additions and 1 deletions

View File

@ -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": {

View File

@ -48,6 +48,7 @@ require('exec-promise')(() =>
'ghooks',
'husky',
'jest',
'lint-staged',
'standard',
])
deleteProperties(pkg, 'scripts', [ 'commitmsg', 'cz' ])