Skip to content

Commit

Permalink
change gulp-vinyl-zip dependency to @vscode/gulp-vinyl-zip
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 19, 2023
1 parent 8cfdb0a commit ea8ae39
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion gulp.d/tasks/pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const ospath = require('node:path')
const vfs = require('vinyl-fs')
const zip = require('gulp-vinyl-zip')
const zip = require('@vscode/gulp-vinyl-zip')

module.exports = (src, dest, bundleName, onFinish) => () =>
vfs
Expand Down
2 changes: 1 addition & 1 deletion gulp.d/tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { pipeline, Transform, Writable } = require('node:stream')
const forEach = (write, final) => new Writable({ objectMode: true, write, final })
const map = (transform, flush = undefined) => new Transform({ objectMode: true, transform, flush })
const vfs = require('vinyl-fs')
const zip = require('gulp-vinyl-zip')
const zip = require('@vscode/gulp-vinyl-zip')

function getNextReleaseNumber ({ octokit, owner, repo, variant }) {
const prefix = `${variant}-`
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@fontsource/roboto": "~4.5",
"@fontsource/roboto-mono": "~4.5",
"@octokit/rest": "~18.0",
"@vscode/gulp-vinyl-zip": "~2.5",
"autoprefixer": "~10.4",
"browser-pack-flat": "~3.5",
"browserify": "~17.0",
Expand All @@ -43,7 +44,6 @@
"gulp-postcss": "~9.0",
"gulp-stylelint": "~13.0",
"gulp-uglify": "~3.0",
"gulp-vinyl-zip": "~2.5",
"handlebars": "~4.7",
"highlight.js": "9.18.3",
"js-yaml": "~4.1",
Expand Down

0 comments on commit ea8ae39

Please sign in to comment.