summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-08-27 11:02:10 +0100
committerWilson Page <wilsonpage@me.com>2013-08-27 11:02:10 +0100
commit578a79ee83000d07c9738961e5ce2a16e372ce79 (patch)
treeca509bd09cb0e4492968b12ed78009d3dba8c86a
parentfc1640e0735b39c51b126ad2d2cdb4d7026b7316 (diff)
downloadfastdom-578a79ee83000d07c9738961e5ce2a16e372ce79.zip
fastdom-578a79ee83000d07c9738961e5ce2a16e372ce79.tar.gz
fastdom-578a79ee83000d07c9738961e5ce2a16e372ce79.tar.bz2
Roll back buster to v0.6.5
-rw-r--r--package.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/package.json b/package.json
index 3d3819b..708603c 100644
--- a/package.json
+++ b/package.json
@@ -3,9 +3,9 @@
"description": "Eliminates layout thrashing by batching DOM read/write operations",
"version": "0.3.1",
"main": "lib/dom-batch.js",
- "scripts": [
- "lib/dom-batch.js"
- ],
+ "scripts": {
+ "test": "./node_modules/.bin/grunt buster"
+ },
"homepage": "https://github.com/wilsonpage/dom-batch",
"author": {
"name": "Wilson Page",
@@ -20,9 +20,6 @@
"grunt-buster": "~0.2.1",
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
- "buster": "~0.6.12"
- },
- "scripts": {
- "test": "./node_modules/.bin/grunt buster"
+ "buster": "~0.6.5"
}
}