Merge pull request #241 from timwis/master

Add main property to package.json to enable use via require()
This commit is contained in:
Pavel Reznikov 2015-10-07 10:34:25 -07:00
commit 7cc527149b

View file

@ -2,6 +2,7 @@
"name": "gridstack",
"version": "0.2.3",
"description": "gridstack.js is a jQuery plugin for widget layout",
"main": "dist/gridstack.js",
"repository": {
"type": "git",
"url": "git+https://github.com/troolee/gridstack.js.git"