Skip to content

Commit 3d1a860

Browse files
committed
config(EJ2-5374): Modified sample browser layout
1 parent 2799ae1 commit 3d1a860

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,8 @@
2525
"jshint": "^2.9.2"
2626
},
2727
"scripts": {
28-
"test": "gulp js-hint && gulp build",
29-
"serve": "gulp serve"
30-
},
31-
32-
"config": {
33-
"ghooks": {
34-
"pre-commit": "npm run test",
35-
"commit-msg": "gulp commit-message"
36-
}
28+
"test": "gulp js-hint ",
29+
"serve": "gulp serve",
30+
"build": "gulp build"
3731
}
3832
}

0 commit comments

Comments
 (0)