Skip to content

Commit

Permalink
Merge pull request #4 from xujiujiu/fix-daily
Browse files Browse the repository at this point in the history
指令处理
  • Loading branch information
xujiujiu authored Mar 19, 2024
2 parents 6c1d134 + 9bbf43b commit 958e087
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,5 @@ dist
.pnp.*

temp_out

.DS_Store
Empty file modified index.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "vue-scoped-to-css-modules",
"version": "0.0.8",
"version": "0.0.9",
"description": "vue style scoped to css module style",
"main": "./lib/index.js",
"bin": {
"scoped2modules": "./index.js"
"scoped2modules": "index.js"
},
"scripts": {
"test": "node index.js -s ./examples -f -e"
Expand Down

0 comments on commit 958e087

Please sign in to comment.