Skip to content

Commit 1a4e327

Browse files
committed
chore: project
1 parent b0ea41d commit 1a4e327

File tree

7 files changed

+6815
-8131
lines changed

7 files changed

+6815
-8131
lines changed

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,21 @@ packages/**/*.d.ts
4343
bin
4444
build
4545
Pods
46-
!packages/platforms
46+
!packages/*/platforms
4747
/packages/**/*.aar
48+
/packages/**/*.framework
49+
/packages/**/*.xcframework
4850
/demo-snippets/**/*.aar
4951
*.xcuserdatad
5052
/packages/README.md
5153
packages/**/*js.map
5254
packages/**/*js
53-
packages/**/angular/*.json
54-
packages/*.ngsummary.json
55-
packages/*.metadata.json
5655
packages/angular
5756
packages/typings
57+
packages/**/angular/*.json
58+
packages/**/*.ngsummary.json
59+
packages/**/*.metadata.json
60+
61+
.vscode/settings.json
5862

5963
/blueprint.md

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@nativescript-community/sqlite": "file:../plugin",
3+
"@nativescript-community/sqlite": "*",
44
"@nativescript/core": "8.1.3",
55
"nativescript-theme-core": "^2.0.24",
66
"typeorm": "0.3.17"

lerna.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
"useWorkspaces": true,
99
"command": {
1010
"publish": {
11-
"cleanupTempFiles": true,
12-
"removePackageFields": [
13-
"devDependencies",
14-
"scripts"
15-
]
11+
"cleanupTempFiles": true
1612
}
1713
},
1814
"npmClientArgs": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"demo.vue.android": "cd ./demo-vue && ns run android --no-hmr --env.watchNodeModules",
2525
"demo.vue.clean": "cd ./demo-vue && ns clean",
2626
"demo.vue.ios": "cd ./demo-vue && ns run ios --no-hmr --env.watchNodeModules",
27-
"doc": "node tools/builddoc.mjs",
27+
"doc": "node tools/builddoc.js",
2828
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\"",
2929
"postinstall": "npm run setup",
3030
"readme": "lerna run readme && node ./tools/readme.js",

0 commit comments

Comments
 (0)