add main to package.json

This commit is contained in:
catarak 2016-06-28 17:26:53 -04:00
parent 4f82a8fd31
commit 821e6d418f
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"build": "NODE_ENV=production webpack --config webpack.config.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "index.js",
"author": "Cassie Tarakajian",
"license": "MIT",
"repository": {