Skip to content

Commit

Permalink
Update to version 0.2.0 and rave ~0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
unscriptable committed Jul 28, 2014
1 parent 6ba8268 commit eb2ab53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rave-amd-plugins",
"version": "0.1.0",
"version": "0.2.0",
"description": "Adds AMD plugin syntax compatibility to RaveJS.",
"moduleType": [
"node"
Expand All @@ -14,7 +14,7 @@
"plugin"
],
"dependencies": {
"rave": "~0.1"
"rave": "~0.2"
},
"license": "MIT",
"homepage": "https://github.com/unscriptable/rave-amd-plugins",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rave-amd-plugins",
"version": "0.1.0",
"version": "0.2.0",
"description": "Adds AMD plugin syntax compatibility to RaveJS.",
"main": "rave.js",
"rave": "rave",
Expand All @@ -11,7 +11,7 @@
"plugin"
],
"peerDependencies": {
"rave": "~0.1"
"rave": "~0.2"
},
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit eb2ab53

Please sign in to comment.