angular-ui / ui-sortable

jQuery UI Sortable for AngularJS
http://angular-ui.github.io/ui-sortable/
MIT License
1.26k stars 444 forks source link

Add run-time dependencies #547

Closed robertbradleyux closed 6 years ago

robertbradleyux commented 6 years ago

The run-time dependencies when pulled in through NPM do not match the run-time dependencies listed in the Bower package. This means that when using NPM for dependency management the package's dependencies will not be pulled in. This update simply makes the dependencies in package.json match those of bower.json.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 0c88d075019913b0c8902bf801174640305887a0 on robertbradleyux:patch-1 into 248ff43937a7d77f4e3df9f99f8605c36647e313 on angular-ui:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 22ba7f363de2907c2b35c037cc5c7bddf24f02db on robertbradleyux:patch-1 into 248ff43937a7d77f4e3df9f99f8605c36647e313 on angular-ui:master.

thgreasi commented 6 years ago

Cool 👍 I'll cut a release during the weekend.