ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.04k stars 1.2k forks source link

git url referenced in package.json dependencies #563

Closed leovin closed 5 years ago

leovin commented 8 years ago

Due to

"dependencies": { "jquery": "git+https://github.com/jquery/jquery.git#2.0.3" },

in https://github.com/ducksboard/gridster.js/blob/master/package.json

git command-line should be available for gridster to install using npm.

Is it possible to change jquery version to something published on npm? (like 2.1.0)