Skip to content

Commit

Permalink
fix(app generator): correct the app's main entry point in 'package.js…
Browse files Browse the repository at this point in the history
…on' template
  • Loading branch information
cueedee committed Mar 18, 2015
1 parent f4b4a61 commit f2586f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"type": "BSD"
}
],
"main": "lib/<%= _.slugify(mainName) %>.js",
"main": "dist/app/bundle.js",
"name": "<%= _.slugify(packageName) %>",
"private": true,
"scripts": {
Expand Down

0 comments on commit f2586f2

Please sign in to comment.