Skip to content

Commit 12a4f0c

Browse files
committed
chore: project
1 parent 6ac4a9d commit 12a4f0c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@
8484
},
8585
"workspaces": [
8686
"packages/*",
87-
"demo-*"
87+
"demo-vue",
88+
"demo-ng",
89+
"demo-svelte",
90+
"demo-react",
91+
"demo-snippets"
8892
],
8993
"engines": {
9094
"npm": "please use yarn or pnpm",

references.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios.d.ts" />
2-
/// <reference path="./node_modules/@nativescript/types-android/lib/android-28.d.ts" />
3-
/// <reference path="./node_modules/@nativescript/core/global-types.d.ts" />

0 commit comments

Comments
 (0)