add main to package.json

This commit is contained in:
catarak 2016-06-28 17:26:53 -04:00
parent 4f82a8fd31
commit 821e6d418f

View file

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