Skip to content

Commit

Permalink
Bumped version to 0.7.0 and only supporting 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Sep 7, 2011
1 parent 3a802df commit 26aefc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/bare-package.json
Expand Up @@ -2,7 +2,7 @@
"name": "yui3-bare",
"description": "YUI 3 Library on NodeJS - Bare - No Dependencies - Only install if you know what you are doing.",
"devDependencies": {
"yui3-core": ">=3.3.0",
"yui3-core": ">=3.4.0",
"jsdom": ">=0.1.23",
"htmlparser": ">=1.7.3",
"yuitest" : "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/base-package.json
Expand Up @@ -2,7 +2,7 @@
"name": "yui3-base",
"description": "YUI 3 Library on NodeJS - Base - Includes yui3-core dependency - NO DOM SUPPORT",
"dependencies": {
"yui3-core": ">=3.3.0"
"yui3-core": ">=3.4.0"
},
"devDependencies": {
"jsdom": ">=0.1.23",
Expand Down
2 changes: 1 addition & 1 deletion packages/default-package.json
@@ -1,5 +1,5 @@
{
"version": "0.6.4",
"version": "0.7.0",
"author": "Dav Glass <davglass@gmail.com>",
"bugs": { "web" : "http://github.com/davglass/nodejs-yui3/issues" },
"os": ["darwin", "linux"],
Expand Down
2 changes: 1 addition & 1 deletion packages/full-package.json
Expand Up @@ -2,7 +2,7 @@
"name": "yui3",
"description": "YUI 3 Library on NodeJS - Full Install - All dependencies",
"dependencies": {
"yui3-core": ">=3.3.0",
"yui3-core": ">=3.4.0",
"jsdom": ">=0.1.23",
"htmlparser": ">=1.7.3"
},
Expand Down

0 comments on commit 26aefc2

Please sign in to comment.