bootstrap-sortable icon indicating copy to clipboard operation
bootstrap-sortable copied to clipboard

publish to NPM?

Open kevzettler opened this issue 8 years ago • 2 comments

i'm seeing a package.json but not finding this on npm?

kevzettler avatar May 23 '16 17:05 kevzettler

it's not on npm, it's on bower and on nuget

I will check how publishing to npm works and if it won't be too complicated, I can add it there too

drvic10k avatar Oct 20 '16 19:10 drvic10k

@kevzettler I managed to use this package through npm by manually adding:

package.json

"bootstrap-sortable": "git://github.com/drvic10k/bootstrap-sortable.git#3228ddab69ee6af8808d6be377e532ef0da5a563"

Where 3228ddab69ee6af8808d6be377e532ef0da5a563 corresponds to version 1.12

zalox avatar Nov 10 '16 13:11 zalox