Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2016-10-17 08:44:10 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-10-17 08:44:10 +0300
commit83a8605b11cc8c0bf6c226c6c96e13cd86491b86 (patch)
tree93f4ee2b1fca516d02392e4aa9e4ae5cb89e8dd5 /package.json
parentb2ad7856963194e66aefa9ac177a63d3ad36bb14 (diff)
Update travis tests.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8caf498..28bf4d3 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,8 @@
},
"scripts": {
"test": "mocha",
- "posttest": "eslint test"
+ "posttest": "eslint test",
+ "test-only": "mocha"
},
"license": "(MIT OR GPL-2.0)",
"devDependencies": {