Skip to content

Commit

Permalink
Updated to easy-bake 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Malakoff committed Jul 11, 2012
1 parent aea6fbc commit 444bf72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions Cakefile

This file was deleted.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},

"scripts": {
"postinstall": "cake postinstall",
"clean": "cake clean",
"build": "cake build",
"watch": "cake watch",
"test": "cake -c test"
"postinstall": "bake postinstall",
"clean": "bake clean",
"build": "bake build",
"watch": "bake watch",
"test": "bake test -c"
},
"devDependencies": {
"coffee-script": ">=1.3.3",
"easy-bake": "0.1.5"
"easy-bake": "0.1.6"
},

"main" : "lifecycle.js",
Expand Down

0 comments on commit 444bf72

Please sign in to comment.