Skip to content

Commit 6218e99

Browse files
committed
fix(package): fix main (server/index.js)
1 parent 55a735f commit 6218e99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/app/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "<%= lodash.slugify(lodash.humanize(appname)) %>",
33
"version": "0.0.0",
4-
"main": "server/app.js",
4+
"main": "server/index.js",
55
"dependencies": {
66
<%# CLIENT %>
77
"angular": "~1.5.5",<% if(filters.bootstrap) { if(filters.sass) { %>

0 commit comments

Comments
 (0)