update entry point

Update entry point in order to be able to use the module like:

```
require('eruda');
```
This commit is contained in:
Moritz
2016-05-10 15:49:02 +02:00
parent 1ec7c8b388
commit 7c22e221f0

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",