File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 44
44
"update": "node ./tools/update.js",
45
45
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\"",
46
46
"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 "
48
48
},
49
49
"commitlint": {
50
50
"extends": [
Original file line number Diff line number Diff line change 3
3
"compilerOptions": {
4
4
"composite": true,
5
5
"paths": {
6
- "nativescript-vue": ["./node_modules/nativescript-vue3"]
6
+ "nativescript-vue": ["./node_modules/nativescript-vue3"]
7
7
}
8
8
},
9
9
"include": [
10
- "./src/ui-pager/vue3",
11
10
"./demo-snippets/vue3"
12
11
]
13
- }
12
+ }
You can’t perform that action at this time.
0 commit comments