summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-09-10 16:24:17 +0100
committerWilson Page <wilsonpage@me.com>2013-09-10 16:24:17 +0100
commit62e359742291c141baa268cc764e4913d6947ab3 (patch)
tree1c5201631481d6fe76f46148147ceb70e6088c4e
parent46458b7d818abf95b188320c982cdbfd17f202b6 (diff)
downloadfastdom-62e359742291c141baa268cc764e4913d6947ab3.zip
fastdom-62e359742291c141baa268cc764e4913d6947ab3.tar.gz
fastdom-62e359742291c141baa268cc764e4913d6947ab3.tar.bz2
0.4.0
-rw-r--r--bower.json8
-rw-r--r--component.json2
-rw-r--r--package.json2
3 files changed, 6 insertions, 6 deletions
diff --git a/bower.json b/bower.json
index 883896c..ad1425b 100644
--- a/bower.json
+++ b/bower.json
@@ -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"