diff options
author | Wilson Page <wilsonpage@me.com> | 2013-09-10 16:24:17 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-09-10 16:24:17 +0100 |
commit | 62e359742291c141baa268cc764e4913d6947ab3 (patch) | |
tree | 1c5201631481d6fe76f46148147ceb70e6088c4e | |
parent | 46458b7d818abf95b188320c982cdbfd17f202b6 (diff) | |
download | fastdom-62e359742291c141baa268cc764e4913d6947ab3.zip fastdom-62e359742291c141baa268cc764e4913d6947ab3.tar.gz fastdom-62e359742291c141baa268cc764e4913d6947ab3.tar.bz2 |
0.4.0
-rw-r--r-- | bower.json | 8 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -1,10 +1,10 @@ { - "name": "dom-batch", + "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.3.2", - "main": "lib/dom-batch.js", + "version": "0.4.0", + "main": "lib/fastdom.js", "scripts": [ - "lib/dom-batch.js" + "lib/fastdom.js" ], "ignore": [ "examples/", diff --git a/component.json b/component.json index 317399e..eb53052 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.3.1", + "version": "0.4.0", "main": "lib/fastdom.js", "scripts": [ "lib/fastdom.js" diff --git a/package.json b/package.json index 2135adf..e147232 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fastdom", "description": "Eliminates layout thrashing by batching DOM read/write operations", - "version": "0.3.2", + "version": "0.4.0", "main": "lib/fastdom.js", "scripts": { "test": "./node_modules/.bin/mocha-phantomjs test/index.html" |