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>2015-11-17 19:02:32 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2015-11-17 19:02:32 +0300
commitf32a7fdae314297ee053d6588d7ea913aeb7fb4b (patch)
tree9991b5a14f5263a611ebcb514687da3eb45c6bf0 /package.json
parent1c09e98a9866f2a5099d72c83e31b27804e831c0 (diff)
Add 3rd party support-for dependency.
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/package.json b/package.json
index 388f26b..9bd745c 100644
--- a/package.json
+++ b/package.json
@@ -29,10 +29,13 @@
"posttest": "eslint test"
},
"license": "(MIT OR GPL-2.0)",
+ "dependencies": {
+ "support-for": "^1.0.0"
+ },
"devDependencies": {
- "chai": "^3.4.0",
- "eslint": "^1.8.0",
- "mocha": "^2.3.3",
- "sassy-test": "^1.1.0"
+ "chai": "^3.4.1",
+ "eslint": "^1.9.0",
+ "mocha": "^2.3.4",
+ "sassy-test": "^2.0.0"
}
}