Skip to content

Commit

Permalink
chore: update common files
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug authored and actions-user committed Dec 2, 2024
1 parent 25e79cb commit eb481ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"submodules.update": "git submodule -q foreach git pull -q origin master && git add .",
"sync": "node ./tools/sync.js",
"update": "node ./tools/update.js",
"doc": "node tools/builddoc.js",
"doc": "node tools/builddoc.mjs",
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
},
"keywords": [
Expand Down
2 changes: 0 additions & 2 deletions tsconfig.vue3.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
}
},
"include": [
"./src/bottomsheet/vue3",
"./packages/bottomsheet/vue3",
"./demo-snippets/vue3"
]
}

0 comments on commit eb481ee

Please sign in to comment.