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-04-30 10:35:52 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-04-30 10:38:51 +0300
commit277a9be83d8dd1ff8fa72cb8c46c162cf935e1e9 (patch)
tree5d1e0399e49ab4a93f0d22dc8077eaf6920c0b46 /package.json
parentd3bf5c2ae73b2538a4814fb5cfb05f3b59c19f4b (diff)
Update eyeglass support to 0.8.0.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index f3b95ce..aeee1fa 100644
--- a/package.json
+++ b/package.json
@@ -19,8 +19,9 @@
"main": "sass/_normalize.scss",
"style": "sass/_normalize.scss",
"eyeglass": {
+ "sassDir": "sass",
+ "exports": false,
"name": "normalize",
- "exports": "eyeglass-exports.js",
"needs": "*"
},
"directories": {
@@ -36,6 +37,7 @@
"chai": "^3.5.0",
"chroma-sass": "^1.2.3",
"eslint": "^2.4.0",
+ "eyeglass": "^0.8.3",
"mocha": "^2.4.5",
"sassy-test": "^3.0.0",
"support-for": "^1.0.5",