Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit b238215

Browse files
committed
Fix package.json
1 parent 917dfe9 commit b238215

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"main": "css",
55
"registry": "jspm",
66
"scripts": {
7-
"test": "mocha --harmony test/test.js",
8-
"build": "cd build-post-css && ./build.sh"
7+
"test": "mocha --harmony test/test.js",
8+
"build": "cd build-post-css && ./build.sh",
9+
"phantom-test": "phantomjs test/phantom.js"
910
},
1011
"devDependencies": {
1112
"chai": "^3.5.0",
@@ -16,8 +17,5 @@
1617
"sinon-chai": "^2.8.0",
1718
"systemjs": "^0.19.28",
1819
"systemjs-builder": "^0.15.17"
19-
},
20-
"scripts": {
21-
"phantom-test": "phantomjs test/phantom.js"
2220
}
2321
}

0 commit comments

Comments
 (0)