Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6944e1d

Browse files
committed
Remove development keys from package.json
1 parent 4dd0af0 commit 6944e1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gulpfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ gulp.task('build:package', () => {
3737
delete json['lint-staged']
3838
delete json.yaspeller
3939
delete json.devDependencies
40+
delete json.browserslist
41+
delete json.husky
4042
return json
4143
}))
4244
.pipe(gulp.dest('build'))

0 commit comments

Comments
 (0)