diff options
-rw-r--r-- | package.json | 11 |
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" } } |