Skip to content

Commit bf36a1a

Browse files
committed
chore: project update
1 parent 9b2f7c9 commit bf36a1a

File tree

7 files changed

+18
-9
lines changed

7 files changed

+18
-9
lines changed

config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"demos": [
55
"svelte",
66
"vue"
7-
]
7+
],
8+
"doc": {
9+
"includeSubDirDefinitions": true
10+
}
811
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@nativescript-community/plugin-seed-tools": "file:tools"
41+
"@nativescript-community/plugin-seed-tools": "file:tools",
42+
"@nativescript-community/template-snippet": "file:demo-snippets"
4243
},
4344
"ntl": {
4445
"descriptions": {

packages/ui-carto/.npmignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
sync
2-
*.old
3-
*.aar*
4-
*.framework*
1+
.DS_Store
2+
tsconfig.json
3+
node_modules/
4+
pnpm-global/
5+
CHANGELOG.md
6+
blueprint.md
7+
*.aar
8+
*.jar

packages/ui-carto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"typings": "index.d.ts",
77
"sideEffects": false,
88
"scripts": {
9-
"build": "npm run tsc && npm run readme",
9+
"build": "npm run tsc",
1010
"build.all": "npm run build && npm run build.angular",
1111
"readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json",
1212
"tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/ui-carto' --parents --cwd=../../src/ui-carto && ../../node_modules/.bin/tsc -skipLibCheck -d",

packages/ui-carto/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"rootDir": "../../src/ui-carto",
55
"outDir": "./"
66
},
7-
"include": ["../../src/ui-carto/**/*", "../../references.d.ts", "../../src/references.d.ts"],
7+
"include": ["../../src/ui-carto/**/*", "../../references.d.ts", "../../tools/references.d.ts", "../../src/references.d.ts"],
88
"exclude": ["../../src/ui-pager/angular/**"]
99
}

src/ui-carto/references.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/// <reference path="./typings/carto.ios.d.ts" />
33
/// <reference path="./typings/ak.carto.ios.d.ts" />
44
/// <reference path="./typings/ak.carto.android.d.ts" />
5+
/// <reference path="../../node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!GLKit.d.ts" />

0 commit comments

Comments
 (0)