Skip to content

Commit

Permalink
Set name/version for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Jul 29, 2012
1 parent 7f444a9 commit 67cf053
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jakefile
@@ -1,9 +1,9 @@


var t = new jake.TestTask('Jake', function () { var t = new jake.TestTask('Utilities', function () {
this.testFiles.include('test/*.js'); this.testFiles.include('test/*.js');
}); });


var p = new jake.NpmPublishTask('jake', [ var p = new jake.NpmPublishTask('utilities', [
'Jakefile' 'Jakefile'
, 'README.md' , 'README.md'
, 'package.json' , 'package.json'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"jake", "jake",
"geddy" "geddy"
], ],
"version": "0.0.3", "version": "0.0.0",
"author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)", "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
"main": "./lib/index.js", "main": "./lib/index.js",
"repository": { "repository": {
Expand All @@ -17,4 +17,4 @@
"engines": { "engines": {
"node": "*" "node": "*"
} }
} }

0 comments on commit 67cf053

Please sign in to comment.