Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
fix: add app.ts to main package json property
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcalpena committed Jul 19, 2018
1 parent 0ce97ea commit 0510459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ui-package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "<%= appNameSlug %>",
"namespace": "",
"main": "./",
"main": "./ui/app.ts",
"version": "<%= appVersion %>",
"description": "<%= appDescription %>",
"private": true,
Expand Down

0 comments on commit 0510459

Please sign in to comment.