From b2382154a85283dbfeaf13e0936760d484afa3d6 Mon Sep 17 00:00:00 2001 From: Jayson Harshbarger Date: Fri, 7 Oct 2016 11:07:22 +0900 Subject: [PATCH] Fix package.json --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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" } }