Skip to content

Commit 43148b8

Browse files
committed
feat(gridster): browserify compatibility
1 parent 446852a commit 43148b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,13 @@
3737
"qunitjs": "~1.11.0",
3838
"grunt-bump": "0.0.11",
3939
"grunt-conventional-changelog": "~1.0.0"
40+
},
41+
"browserify": {
42+
"transform": [
43+
"browserify-shim"
44+
]
45+
},
46+
"browserify-shim": {
47+
"jquery": "global:$"
4048
}
4149
}

0 commit comments

Comments
 (0)