Skip to content

Commit dd7aceb

Browse files
committed
Changed main entry file.
Since the entry file is called `main.js` shouldn't be used as "main" inside package.json?
1 parent d8425b5 commit dd7aceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-hackernews",
33
"version": "1.0.0",
44
"description": "HN clone with Vue.js using HN API",
5-
"main": "index.js",
5+
"main": "main.js",
66
"scripts": {
77
"dev": "webpack-dev-server --inline --hot --no-info",
88
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"

0 commit comments

Comments
 (0)