diff --git a/package.json b/package.json index 7016402..d1c67f4 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,9 @@ "main": "css", "registry": "jspm", "scripts": { - "test": "mocha --harmony test/test.js", - "build": "cd build-post-css && ./build.sh" + "test": "mocha --harmony test/test.js", + "build": "cd build-post-css && ./build.sh", + "phantom-test": "phantomjs test/phantom.js" }, "devDependencies": { "chai": "^3.5.0", @@ -16,8 +17,5 @@ "sinon-chai": "^2.8.0", "systemjs": "^0.19.28", "systemjs-builder": "^0.15.17" - }, - "scripts": { - "phantom-test": "phantomjs test/phantom.js" } }