Add main to package.json

So require.resolve can see this module correctly.
This commit is contained in:
SergeS 2016-08-26 11:28:08 +02:00 committed by GitHub
parent ab00cfc798
commit ca3131909a

View File

@ -40,5 +40,6 @@
}, },
"engines" : { "engines" : {
"node" : ">=0.10.3" "node" : ">=0.10.3"
} },
"main": "package.json"
} }