diff --git a/package.json b/package.json index 66a76420..ff65e7c2 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "name": "ducksboard", "email": "hackers@ducksboard.com" }, + "main": "src/jquery.gridster.js", "repository": { "type": "git", "url": "git://github.com/ducksboard/gridster.js.git" @@ -54,6 +55,6 @@ ] }, "browserify-shim": { - "jquery": "global:$" + "jquery": "$" } }