Skip to content

Commit

Permalink
version bump to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Jan 16, 2017
1 parent 5319f11 commit 312f2c7
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 58 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Resizable table columns for jQuery. **[Live Demo](http://dobtco.github.io/jquery

**Size:** < 8kb minified

## Reasons for making this fork

- jQuery version constraint in original [bower.json](https://github.com/dobtco/jquery-resizable-columns/blob/v0.2.3/bower.json#L34) is too strict and does not allow
version 2.0, that works correctly with this plugin
- The original repository seems to be abandoned

#### Dependencies
- jQuery
- [store.js](https://github.com/marcuswestin/store.js/) (or anything similar) for localStorage persistence.
Expand Down
95 changes: 48 additions & 47 deletions dist/jquery.resizableColumns.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/jquery.resizableColumns.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.resizableColumns.min.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jquery-resizable-columns",
"name": "hiqdev-jquery-resizable-columns",
"title": "jQuery Resizable Columns",
"description": "Resizable table columns for jQuery",
"version": "0.2.3",
"version": "2.2.4",
"author": "Adam Becker <ad@mbecker.cc> (http://ada.mbecker.cc)",
"homepage": "http://dobtco.github.io/jquery-resizable-columns/",
"homepage": "https://github.com/hiqdev/jquery-resizable-columns",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/dobtco/jquery-resizable-columns.git"
"url": "git://github.com/hiqdeev/jquery-resizable-columns.git"
},
"bugs": {
"url": "http://github.com/dobtco/jquery-resizable-columns/issues"
Expand Down

0 comments on commit 312f2c7

Please sign in to comment.