diff --git a/bower.json b/bower.json index 0783bcc..60b067b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "blast-text", - "version": "1.1.1", + "version": "2.0.0", "homepage": "http://julian.com/research/blast", "authors": [{ "name" : "Julian Shapiro", diff --git a/component.json b/component.json deleted file mode 100644 index d434267..0000000 --- a/component.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "blast", - "repository": "julianshapiro/blast", - "version": "1.1.1", - "description": "Blast text apart to make it manipulable.", - "keywords": [ - "text", - "parse", - "typography", - "search", - "animation", - "jquery", - "zepto", - "character", - "word", - "sentence" - ], - "license" : "MIT", - "main": "jquery.blast.js", - "scripts": [ - "jquery.blast.js" - ], - "dependencies": { - "components/jquery": "*" - } -} \ No newline at end of file diff --git a/package.json b/package.json index 8d25768..614c1e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blast-text", - "version": "1.1.1", + "version": "2.0.0", "description": "Blast text apart to make it manipulable.", "homepage": "http://julian.com/research/blast", "license": "MIT",