Skip to content

Commit c5c8fd3

Browse files
committed
chore: project
1 parent 013616a commit c5c8fd3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"readmeFilename": "README.md",
5555
"dependencies": {
5656
"@nativescript-community/plugin-seed-tools": "file:tools",
57-
"@nativescript-community/text": "^1.5.2"
57+
"@nativescript-community/text": "^1.5.3"
5858
},
5959
"commitlint": {
6060
"extends": [

references.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
/// <reference path="./node_modules/@nativescript/core/global-types.d.ts" />
2-
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios.d.ts" />
2+
///// <reference path="./node_modules/@nativescript/types-ios/lib/ios.d.ts" />
3+
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!CoreFoundation.d.ts" />
4+
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!Foundation.d.ts" />
5+
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!UIKit.d.ts" />
6+
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!CoreGraphics.d.ts" />
7+
/// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!ObjectiveC.d.ts" />
38
/// <reference path="./node_modules/@nativescript/types-android/lib/android/android-platform-31.d.ts" />
49
/// <reference path="./node_modules/@nativescript/types-android/lib/android/androidx-31.d.ts" />
510
/// <reference path="./node_modules/@nativescript/types-android/lib/android/common.d.ts" />

0 commit comments

Comments
 (0)