Skip to content

Commit

Permalink
Bump Jake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Ng committed May 30, 2016
1 parent 5e61590 commit a044a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var t = new jake.TestTask('convert-units', function () {
this.testFiles.include('test/*');
});

var d = new jake.NpmPublishTask('convert-units', function () {
var d = new jake.PublishTask('convert-units', function () {
this.packageFiles.include([
'lib/**'
, 'test/*'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lodash.foreach": "2.3.x"
},
"devDependencies": {
"jake": "0.7.x"
"jake": "8.0.x"
},
"scripts": {
"test": "jake test --trace"
Expand Down

0 comments on commit a044a4a

Please sign in to comment.