Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
Update to brunch 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed May 12, 2012
1 parent 5c5ca25 commit 19689e4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"start": "brunch watch --server"
},
"dependencies": {
"javascript-brunch": "1.1.x",
"coffee-script-brunch": "1.1.x",
"javascript-brunch": "> 1.0 < 1.3",
"coffee-script-brunch": "> 1.0 < 1.3",

"css-brunch": "1.1.x",
"stylus-brunch": "1.1.x",
"css-brunch": "> 1.0 < 1.3",
"stylus-brunch": "> 1.0 < 1.3",

"handlebars-brunch": "1.1.x",
"handlebars-brunch": "> 1.0 < 1.3",

"uglify-js-brunch": "1.1.x",
"clean-css-brunch": "1.1.x"
"uglify-js-brunch": "> 1.0 < 1.3",
"clean-css-brunch": "> 1.0 < 1.3"
},
"devDependencies": {
"mocha": "0.14.0",
Expand Down

0 comments on commit 19689e4

Please sign in to comment.