Skip to content

Commit

Permalink
feat(normalize-packages): further clean package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Jul 17, 2019
1 parent 6ce35fd commit bec73a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/normalize-packages
Expand Up @@ -32,7 +32,9 @@ require('exec-promise')(() =>
pkg.version = '0.0.0'
}

delete pkg.husky
delete pkg.standard
delete pkg['lint-staged']

deleteProperties(pkg, 'config', ['commitizen'])
deleteProperties(pkg, 'devDependencies', [
Expand All @@ -43,6 +45,7 @@ require('exec-promise')(() =>
'cz-conventional-changelog',
'dependency-check',
'eslint',
'eslint-config-prettier',
'eslint-config-standard',
'eslint-plugin-import',
'eslint-plugin-node',
Expand Down

0 comments on commit bec73a1

Please sign in to comment.