Skip to content

Commit 7b89099

Browse files
committed
Merge pull request #57 from NativeScript/totev/explicit-appname
Remove unneeded constants
2 parents 1e522b2 + 5b6fa87 commit 7b89099

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/constants.ts

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
export var APP_FOLDER_NAME = "app";
44
export var TNS_MODULES_FOLDER_NAME = "tns_modules";
5-
export var DEFAULT_PROJECT_ID = "com.telerik.tns.HelloWorld";
6-
export var DEFAULT_PROJECT_NAME = "HelloNativescript";
75
export var APP_RESOURCES_FOLDER_NAME = "App_Resources";
86
export var PROJECT_FRAMEWORK_FOLDER_NAME = "framework";
97

0 commit comments

Comments
 (0)