Skip to content

Commit 7858b7a

Browse files
committed
fix(gulp-purgecss): move vinyl-sourcemaps-apply to deps #999
1 parent a9b6b72 commit 7858b7a

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

package-lock.json

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/gulp-purgecss/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"glob": "^8.0.3",
4040
"plugin-error": "^2.0.0",
4141
"purgecss": "^5.0.0",
42-
"through2": "^4.0.1"
42+
"through2": "^4.0.1",
43+
"vinyl-sourcemaps-apply": "^0.2.1"
4344
},
4445
"devDependencies": {
4546
"@types/event-stream": "^4.0.0",
4647
"@types/glob": "^8.0.0",
4748
"@types/through2": "^2.0.34",
4849
"@types/vinyl": "^2.0.4",
4950
"event-stream": "^4.0.1",
50-
"vinyl": "^3.0.0",
51-
"vinyl-sourcemaps-apply": "^0.2.1"
51+
"vinyl": "^3.0.0"
5252
},
5353
"bugs": {
5454
"url": "https://github.com/FullHuman/purgecss/issues"

0 commit comments

Comments
 (0)