Skip to content

Commit b517ad1

Browse files
committed
no message
1 parent 9e6754b commit b517ad1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"hexo-server": "^3.0.0"
4242
},
4343
"devDependencies": {
44-
"gulp": "5",
44+
"gulp": "^5.0.1",
4545
"gulp-autoprefixer": "^9.0.0",
4646
"gulp-clean-css": "^4.3.0",
4747
"gulp-htmlclean": "^2.7.22",

themes/hexo-theme-snippet/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
"author": "shenliyang",
66
"license": "MIT",
77
"private": true,
8+
"type": "module",
89
"scripts": {
910
"test": "echo \"Error: no test specified\" && exit 1",
1011
"deploy": "hexo deploy",
11-
"dev": "hexo s"
12+
"dev": "hexo s",
13+
"gulp": "gulp"
1214
},
1315
"repository": {
1416
"type": "git",

themes/hexo-theme-snippet/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)