Skip to content

Commit bbf0ef5

Browse files
committed
Updated vinyl-sourcemaps-apply
1 parent 1ba7f1d commit bbf0ef5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ return gulp.src('./src/*.css')
9696

9797
* 6.0.1
9898
* Added an example and a test to pass options to PostCSS (e.g. `syntax` option)
99+
* Updated vinyl-sourcemaps-apply to 0.2.0
99100

100101
* 6.0.0
101102
* Updated PostCSS to version 5.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"gulp-util": "^3.0.4",
2727
"postcss": "^5.0.0",
28-
"vinyl-sourcemaps-apply": "^0.1.4"
28+
"vinyl-sourcemaps-apply": "^0.2.0"
2929
},
3030
"devDependencies": {
3131
"es6-promise": "^2.0.1",

0 commit comments

Comments
 (0)