Skip to content

Commit

Permalink
Supports yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Dec 23, 2024
1 parent 8a7812d commit d733dd4
Show file tree
Hide file tree
Showing 3 changed files with 6,956 additions and 5,079 deletions.
1 change: 1 addition & 0 deletions assets/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules
/dist/dev
.yarn
4 changes: 2 additions & 2 deletions assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"watch": "cross-env NODE_ENV=development node_modules/.bin/gulp --watching=1",
"watch:reload": "cross-env NODE_ENV=development node_modules/.bin/gulp --watching=1 --livereload=1"
},
"dependencies": {},
"devDependencies": {
"@types/alpinejs": "^3.13.5",
"@vue/compiler-sfc": "^3.2.31",
Expand Down Expand Up @@ -39,6 +38,7 @@
"resolutions": {
"chokidar": "^4.0",
"micromatch": "^4.0.8",
"postcss": "^8.4.31"
"postcss": "^8.4.31",
"gulp-autoprefixer": "^9.0||^10.0"
}
}
Loading

0 comments on commit d733dd4

Please sign in to comment.