Skip to content

Commit 5b5dc5b

Browse files
committed
update package.json for CLI compatibility
1 parent 363e650 commit 5b5dc5b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

sample/GridViewSample/.abproject

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ProjectName": "GridViewSample",
33
"ProjectGuid": "0c581aae-e414-4965-b372-c3a67d0dd821",
44
"projectVersion": 1,
5-
"AppIdentifier": "net.tangrainc.GridViewSample",
5+
"AppIdentifier": "net.tangrainc.gridviewsample",
66
"DisplayName": "GridViewSample",
77
"Author": "",
88
"Description": "GridViewSample",

sample/GridViewSample/package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
2-
"nativescript": {},
2+
"nativescript": {
3+
"id": "net.tangrainc.gridviewsample",
4+
"tns-ios": {
5+
"version": "1.5.1"
6+
},
7+
"tns-android": {
8+
"version": "1.5.1"
9+
}
10+
},
311
"dependencies": {
412
"tns-core-modules": "1.5.1",
513
"nativescript-grid-view": "1.2.1"

0 commit comments

Comments
 (0)