Skip to content

Commit

Permalink
Merge pull request #200 from HubSpot/ui_deps
Browse files Browse the repository at this point in the history
lock down deps for ui build
  • Loading branch information
ssalinas authored Nov 30, 2016
2 parents d818810 + 648473b commit 934635d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions BaragonUI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"postinstall": "bower install --allow-root && brunch build --production"
},
"dependencies": {
"bower": "^1.7.6",
"brunch": "~2.2.2",
"bower": "~1.7.9",
"brunch": "~2.2.3",
"clean-css-brunch": ">= 1.0 < 1.8",
"coffee-script-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"handlebars-brunch": "^2.0.1",
"javascript-brunch": "^2.0.0",
"less-brunch": "^2.0.0",
"stylus-brunch": "^2.0.0",
"uglify-js-brunch": "^2.0.0"
"coffee-script-brunch": "~2.0.0",
"css-brunch": "~2.6.1",
"handlebars-brunch": "~2.0.1",
"javascript-brunch": "~2.0.0",
"less-brunch": "~2.6.0",
"stylus-brunch": "~2.6.0",
"uglify-js-brunch": "~2.0.1"
}
}

0 comments on commit 934635d

Please sign in to comment.