Skip to content

Commit

Permalink
Bump to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericabouaf committed Sep 23, 2011
1 parent b8fa38a commit 564db24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yproject",
"version": "1.2.0",
"version": "1.3.0",
"description": "Command line tool to simplify YUI3-based projects & librairies development",
"author": "Eric Abouaf <eric.abouaf@gmail.com>",
"bugs": { "web" : "http://github.com/neyric/yproject/issues" },
Expand All @@ -9,14 +9,14 @@
"Eric Abouaf <eric.abouaf@gmail.com> (http://neyric.com)"
],
"engines": {
"node" : ">=0.2.0"
"node" : ">=0.4.0"
},
"bin" : {
"yproject" : "./bin/yproject.js"
},
"dependencies": {
"ejs" : ">=0.2.0",
"xml2js": ">=0.1.5"
"ejs" : ">=0.4.3",
"xml2js": ">=0.1.10"
},
"licenses":[
],
Expand Down

0 comments on commit 564db24

Please sign in to comment.