Comparing version 0.10.3 to 0.10.4
@@ -240,3 +240,2 @@ var homunculus=function(){var _0=require('homunculus');return _0.hasOwnProperty("homunculus")?_0.homunculus:_0.hasOwnProperty("default")?_0.default:_0}(); | ||
t = t.token(); | ||
//TODO:vars可以作为key | ||
if(t.type() == Token.KEYWORD && t.content().toLowerCase() == 'font-family') { | ||
@@ -243,0 +242,0 @@ isFontFamily = true; |
{ | ||
"name": "more-css", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"description": "a css pre-compiler&agressive compressor", | ||
@@ -34,5 +34,5 @@ "maintainers": [ | ||
"clean-css": "~3.0.10", | ||
"homunculus": "~0.8.13", | ||
"glob": "~5.0.3", | ||
"images": "~2.1.3" | ||
"homunculus": "~0.9.0", | ||
"glob": "~5.0.5", | ||
"images": "~2.1.4" | ||
}, | ||
@@ -47,6 +47,6 @@ "devDependencies": { | ||
"gulp-util": "^3.0.1", | ||
"mocha": "^2.0.1", | ||
"mocha-lcov-reporter": "0.0.1", | ||
"mocha": "^2.2.4", | ||
"mocha-lcov-reporter": "^0.0.2", | ||
"through2": "^0.6.1", | ||
"jsdc": "^0.5.6" | ||
"jsdc": "^0.5.7" | ||
}, | ||
@@ -53,0 +53,0 @@ "main": "./index", |
@@ -240,3 +240,2 @@ import homunculus from 'homunculus'; | ||
t = t.token(); | ||
//TODO:vars可以作为key | ||
if(t.type() == Token.KEYWORD && t.content().toLowerCase() == 'font-family') { | ||
@@ -243,0 +242,0 @@ isFontFamily = true; |
@@ -240,3 +240,2 @@ define(function(require, exports, module){var homunculus=function(){var _0=require('homunculus');return _0.hasOwnProperty("homunculus")?_0.homunculus:_0.hasOwnProperty("default")?_0.default:_0}(); | ||
t = t.token(); | ||
//TODO:vars可以作为key | ||
if(t.type() == Token.KEYWORD && t.content().toLowerCase() == 'font-family') { | ||
@@ -243,0 +242,0 @@ isFontFamily = true; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
367295
10124
+ Addedhomunculus@0.9.9(transitive)
- Removedhomunculus@0.8.13(transitive)
Updatedglob@~5.0.5
Updatedhomunculus@~0.9.0
Updatedimages@~2.1.4