gridster.js icon indicating copy to clipboard operation
gridster.js copied to clipboard

Availability via npm for webpack

Open anivas opened this issue 9 years ago • 2 comments

Is this package available via npm. When I say npm install -i gridster, I am getting the original version of gridster. Please let me know how to install this via npm or alternative ways to use this in webpack.

anivas avatar Feb 11 '16 07:02 anivas

I use bower to fetch it: http://bower.io/search/?q=gridster-js

dsmorse avatar Feb 11 '16 14:02 dsmorse

@anivas You can put the git url in your package.json file like so:

"gridster": "https://github.com/dsmorse/gridster.js.git#master"

billschaller avatar Feb 11 '16 15:02 billschaller