Skip to content

Commit eb2ab53

Browse files
committed
Update to version 0.2.0 and rave ~0.2.
1 parent 6ba8268 commit eb2ab53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rave-amd-plugins",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Adds AMD plugin syntax compatibility to RaveJS.",
55
"moduleType": [
66
"node"
@@ -14,7 +14,7 @@
1414
"plugin"
1515
],
1616
"dependencies": {
17-
"rave": "~0.1"
17+
"rave": "~0.2"
1818
},
1919
"license": "MIT",
2020
"homepage": "https://github.com/unscriptable/rave-amd-plugins",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rave-amd-plugins",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Adds AMD plugin syntax compatibility to RaveJS.",
55
"main": "rave.js",
66
"rave": "rave",
@@ -11,7 +11,7 @@
1111
"plugin"
1212
],
1313
"peerDependencies": {
14-
"rave": "~0.1"
14+
"rave": "~0.2"
1515
},
1616
"license": "MIT",
1717
"bugs": {

0 commit comments

Comments
 (0)