Skip to content

Commit a18198e

Browse files
committed
Updated: project type
1 parent c9326e0 commit a18198e

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

camera-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"main": "main.js",
6+
"project-type": "native-app",
67
"scripts": {
78
"test": "node main.js",
89
"build": "androidjs build"

chat-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"package-name": "chatapp",
55
"app-name": "Chat App",
66
"icon": "./assets/icon/app3.png",
7-
7+
"project-type": "native-app",
88
"version": "1.0.0",
99
"description": "",
1010
"main": "main.js",

music app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "myapp",
33
"package-name": "music",
44
"app-name": "My Music",
5+
"project-type": "native-app",
56
"icon": "./assets/icon/courses-icon-10.png",
67
"version": "1.0.0",
78
"description": "",

story-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "myapp",
33
"app-name": "myapp",
44
"package-name" : "mypkg",
5+
"project-type": "native-app",
56
"icon": "./assets/icon/icon.png",
67
"permission": ["android.permission.INTERNET", "android.permission.WRITE_EXTERNAL_STORAGE", "android.permission.READ_EXTERNAL_STORAGE"],
78
"version": "1.0.0",

0 commit comments

Comments
 (0)