gulp-pxtorem
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -12,3 +12,3 @@ 'use strict'; | ||
return through.obj(function(file, enc, cb) { | ||
return through.obj(function (file, enc, cb) { | ||
if (file.isNull()) { | ||
@@ -15,0 +15,0 @@ this.push(file); |
{ | ||
"name": "gulp-pxtorem", | ||
"description": "A gulp plugin for postcss-pxtorem", | ||
"version": "1.0.1", | ||
"author": "Jonathan Cuthbert <jon@cuth.net> (http://cuth.net)", | ||
"version": "2.0.0", | ||
"author": "cuth", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -16,12 +17,12 @@ "type": "git", | ||
"dependencies": { | ||
"gulp-util": "^3.0.3", | ||
"postcss": "^4.0.3", | ||
"postcss-pxtorem": "^2.0.1", | ||
"through2": "^0.6.3" | ||
"gulp-util": "^3.0.7", | ||
"postcss": "^5.0.14", | ||
"postcss-pxtorem": "^3.3.1", | ||
"through2": "^2.0.0" | ||
}, | ||
"keywords": [ | ||
"css", | ||
"parser", | ||
"postproccessor", | ||
"rem", | ||
"pixel", | ||
"px", | ||
"gulp", | ||
@@ -31,4 +32,4 @@ "gulpplugin" | ||
"devDependencies": { | ||
"gulp-sourcemaps": "^1.1.1" | ||
"gulp-sourcemaps": "^1.6.0" | ||
} | ||
} |
@@ -9,2 +9,4 @@ /** | ||
/* global describe, it */ | ||
'use strict'; | ||
@@ -11,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5303
61
+ Addedhas-flag@1.0.0(transitive)
+ Addedjs-base64@2.6.4(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedpostcss@5.2.18(transitive)
+ Addedpostcss-pxtorem@3.3.1(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addedsupports-color@3.2.3(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedes6-promise@2.3.0(transitive)
- Removedjs-base64@2.1.9(transitive)
- Removedpostcss@4.1.16(transitive)
- Removedpostcss-pxtorem@2.3.2(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedsource-map@0.4.4(transitive)
- Removedthrough2@0.6.5(transitive)
Updatedgulp-util@^3.0.7
Updatedpostcss@^5.0.14
Updatedpostcss-pxtorem@^3.3.1
Updatedthrough2@^2.0.0