We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a735f commit 6218e99Copy full SHA for 6218e99
1 file changed
templates/app/_package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "<%= lodash.slugify(lodash.humanize(appname)) %>",
3
"version": "0.0.0",
4
- "main": "server/app.js",
+ "main": "server/index.js",
5
"dependencies": {
6
<%# CLIENT %>
7
"angular": "~1.5.5",<% if(filters.bootstrap) { if(filters.sass) { %>
0 commit comments