We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba7f1d commit bbf0ef5Copy full SHA for bbf0ef5
README.md
@@ -96,6 +96,7 @@ return gulp.src('./src/*.css')
96
97
* 6.0.1
98
* Added an example and a test to pass options to PostCSS (e.g. `syntax` option)
99
+ * Updated vinyl-sourcemaps-apply to 0.2.0
100
101
* 6.0.0
102
* Updated PostCSS to version 5.0.0
package.json
@@ -25,7 +25,7 @@
25
"dependencies": {
26
"gulp-util": "^3.0.4",
27
"postcss": "^5.0.0",
28
- "vinyl-sourcemaps-apply": "^0.1.4"
+ "vinyl-sourcemaps-apply": "^0.2.0"
29
},
30
"devDependencies": {
31
"es6-promise": "^2.0.1",
0 commit comments