Add main to package.json

This commit is contained in:
dsimard 2012-12-27 10:53:08 -05:00
parent 4941ea721b
commit 29863ad62c

View File

@ -21,5 +21,6 @@
"bin": {
"uglifyjs" : "bin/uglifyjs"
},
"main": "./tools/node",
"scripts": {"test": "node test/run-tests.js"}
}