Merge pull request #2 from moklick/patch-1

update entry point
This commit is contained in:
RedHoodSu
2016-05-11 10:15:20 +08:00

View File

@@ -2,7 +2,7 @@
"name": "eruda",
"version": "0.2.2",
"description": "Console for mobile JavaScript",
"main": "index.js",
"main": "dist/eruda.js",
"scripts": {
"dev": "webpack --watch",
"release": "webpack & uglifyjs dist/eruda.js -o dist/eruda.min.js",