Skip to content

Commit b3b292b

Browse files
author
radeva
authored
Merge pull request #89 from NativeScript/tsonevnPackageJSONEdit
Include nativescirpt telerik ui as a dependency.
2 parents aa1f991 + 444954c commit b3b292b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/ExampleImgPick/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"dependencies": {
2020
"nativescript-imagepicker": "file:../../nativescript-imagepicker",
21+
"nativescript-telerik-ui": "^2.0.1",
2122
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1"
2223
},
2324
"devDependencies": {

examples/ExampleImgPickNG/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@angular/router": "~4.1.0",
2424
"nativescript-angular": "rc",
2525
"nativescript-imagepicker": "file:../../nativescript-imagepicker",
26+
"nativescript-telerik-ui": "^2.0.1",
2627
"nativescript-theme-core": "^1.0.3",
2728
"reflect-metadata": "~0.1.8",
2829
"rxjs": "^5.3.0",

0 commit comments

Comments
 (0)