Skip to content

Commit

Permalink
Update build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Apr 1, 2017
1 parent faabb84 commit dbcfe97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Cakefile
@@ -1,5 +1,10 @@
require 'shortcake'

use 'cake-bundle'
use 'cake-outdated'
use 'cake-publish'
use 'cake-version'

option '-g', '--grep [filter]', 'test filter'
option '-v', '--version [<newversion> | major | minor | patch | build]', 'new version'

Expand Down
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -27,10 +27,14 @@
"source-map-support": "^0.4.0"
},
"devDependencies": {
"cake-bundle": "0.2.21",
"cake-outdated": "0.1.18",
"cake-publish": "0.1.10",
"cake-version": "0.1.15",
"chai": "^3.4.1",
"coffee-script": "^1.10.0",
"executive": "^0.5.2",
"mocha": "^2.3.4",
"shortcake": "^1.1.2"
"shortcake": "1.2.8"
}
}

0 comments on commit dbcfe97

Please sign in to comment.