Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add main property to package.json to support vanilla require statement
Currently you need to do `require('ez-plus/src/jquery.ez-plus.js')` to require the lib file. This would be shortened to `require('ez-plus')` with this property in package.json.
- Loading branch information