Skip to content

Commit 46beb54

Browse files
seobrynrigor789
andauthored
fix: package.json wrong entrypoint in template (#180)
* Fix template error * Update package.json Co-authored-by: Igor Randjelovic <[email protected]>
1 parent 53bcfe3 commit 46beb54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/template-drawer-navigation-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@nativescript/template-drawer-navigation-ts",
3-
"main": "app.js",
3+
"main": "main.js",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "7.0.3",
6+
"version": "7.0.4",
77
"description": "Side navigation template",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",

0 commit comments

Comments
 (0)