diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2014-05-27 12:52:36 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2014-05-27 12:52:36 -0400 |
commit | a31d28d8b8e51953b16efa63179e6e818eae788b (patch) | |
tree | 9a1eef81fb823f77a7c7667285c9b824ac6dda5a | |
parent | c0482af249a70a25c0e292a3ecd2b314fb6a127a (diff) | |
download | jQuery-Timepicker-Addon-a31d28d8b8e51953b16efa63179e6e818eae788b.zip jQuery-Timepicker-Addon-a31d28d8b8e51953b16efa63179e6e818eae788b.tar.gz jQuery-Timepicker-Addon-a31d28d8b8e51953b16efa63179e6e818eae788b.tar.bz2 |
Fixes #731 - remove jqueryui dependency in bower.js
-rw-r--r-- | bower.json | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,11 +1,10 @@ { "name": "jqueryui-timepicker-addon", - "version": "1.4.4", + "version": "1.4.6", "repository": { "type": "git", "url": "git://github.com/trentrichardson/jQuery-Timepicker-Addon.git" }, "dependencies": { - "jquery-ui": ">=1.9.2" } }
\ No newline at end of file |