Fixing the path in main

we are using require.resolve and it's failing because the path is incorrect.
This commit is contained in:
mahdi pedramrazi 2015-08-25 14:54:25 -07:00
parent 90dd85b173
commit 65b9a16fef

View File

@ -17,7 +17,7 @@
"engines": { "engines": {
"node": ">=0.1.90" "node": ">=0.1.90"
}, },
"main": "lib", "main": "lib/index.js",
"files": [ "files": [
"examples", "examples",
"lib", "lib",