Skip to content

Commit

Permalink
Bump gulp from 4.0.2 to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed Mar 30, 2024
1 parent 83eccac commit 5b39db6
Show file tree
Hide file tree
Showing 4 changed files with 390 additions and 1,654 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ npm install gulp-stacksvg --save-dev
The following script will combine all SVG sources into a single SVG file with stack method.

```js
import { src, dest } from "gulp"
import { stacksvg } from "gulp-stacksvg"
import gulp from "gulp"

const { src, dest } = gulp

function makeStack () {
return src(`./src/icons/**/*.svg`)
Expand Down
5 changes: 2 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { stacksvg } from "./lib/index.js"
import gulp from "gulp"
import { src, dest } from "gulp"

const { src, dest } = gulp
import { stacksvg } from "./lib/index.js"

export function createStack () {
return src(`./docs/example/icons/**/*.svg`)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"editorconfig-checker": "^5.1.5",
"eslint": "^8.57.0",
"gulp": "^4.0.2",
"gulp": "^5.0.0",
"husky": "^9.0.11"
}
}
Loading

0 comments on commit 5b39db6

Please sign in to comment.