diff --git a/bower.json b/bower.json index d55c33b..6af0529 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "rvc", "description": "RequireJS plugin to load and optimise Ractive components", - "version": "0.2.0", + "version": "0.2.1", "author": "Rich Harris", "license": "MIT", "main": ["rvc.js"], diff --git a/package.json b/package.json index 9f33ee0..3070ce9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rvc", - "version": "0.2.0", + "version": "0.2.1", "description": "RequireJS plugin to load and optimise Ractive components", "main": "rvc.js", "repository": { diff --git a/rvc.js b/rvc.js index 3cf0fdd..c5fdc2e 100644 --- a/rvc.js +++ b/rvc.js @@ -1,6 +1,6 @@ /* - rvc.js - v0.2.0 - 2014-07-05 + rvc.js - v0.2.1 - 2014-07-09 ========================================================== https://github.com/ractivejs/rvc @@ -8,9 +8,7 @@ */ -define( [ 'ractive' - 'module' -], function( Ractive, module ) { +define( [ 'ractive' ], function( Ractive ) { 'use strict';