Skip to content

Commit 85af008

Browse files
Jameel99mportuga
authored andcommitted
Update package.json
fix: removed bower install from postinstall
1 parent 941ba93 commit 85af008

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"commit": "git-cz",
1515
"e2e": "grunt test:ci-e2e",
1616
"init": "validate-commit-msg",
17-
"lint": "grunt newer:jshint",
18-
"postinstall": "bower install",
17+
"lint": "grunt newer:jshint",
1918
"release": "lerna publish from-package",
2019
"start": "grunt dev --fast",
2120
"test": "grunt test",

0 commit comments

Comments
 (0)