Skip to content

Commit 2f6af17

Browse files
committed
add new build dependencies
1 parent 98951f1 commit 2f6af17

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,16 @@
3030
"homepage": "https://github.com/dnauck/angular-advanced-searchbox",
3131
"devDependencies": {
3232
"grunt": "^0.4.5",
33+
"grunt-angular-templates": "^0.5.7",
34+
"grunt-bump": "^0.1.0",
35+
"grunt-contrib-clean": "^0.6.0",
36+
"grunt-contrib-concat": "^0.5.0",
3337
"grunt-contrib-copy": "^0.7.0",
3438
"grunt-contrib-cssmin": "^0.10.0",
3539
"grunt-contrib-jshint": "^0.10.0",
3640
"grunt-contrib-uglify": "^0.6.0"
41+
},
42+
"scripts": {
43+
"postinstall": "bower install"
3744
}
3845
}

0 commit comments

Comments
 (0)