Skip to content

Commit 6ebfedf

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 3611929 commit 6ebfedf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"update": "node ./tools/update.js",
4545
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\"",
4646
"fullclean": "npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'",
47-
"doc": "node tools/builddoc.js"
47+
"doc": "node tools/builddoc.mjs"
4848
},
4949
"commitlint": {
5050
"extends": [

tsconfig.vue3.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"compilerOptions": {
44
"composite": true,
55
"paths": {
6-
"nativescript-vue": ["./node_modules/nativescript-vue3"]
6+
"nativescript-vue": ["./node_modules/nativescript-vue3"]
77
}
88
},
99
"include": [
10-
"./src/ui-pager/vue3",
1110
"./demo-snippets/vue3"
1211
]
13-
}
12+
}

0 commit comments

Comments
 (0)