Update package.json to be compatible with browerify.

Updated: non-minified source is preferred for the `main` property.
This commit is contained in:
SideraX 2014-08-21 12:05:11 +02:00 committed by Hyunje Alex Jun
parent a022621df8
commit d272206181

View File

@ -1,6 +1,7 @@
{
"name": "perfect-scrollbar",
"version": "0.4.11",
"main": "src/perfect-scrollbar.js",
"engines": {
"node": ">= 0.8.0"
},