-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incremented version to 2.4.1. Also added package.json.
- Loading branch information
Showing
4 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dev/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
"main": [ | ||
"lib/jquery.jtable.min.js" | ||
], | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"authors": [ | ||
"Halil ibrahim Kalkan <[email protected]>" | ||
"Halil ibrahim Kalkan <[email protected]>" | ||
], | ||
"description": "A JQuery plugin to create AJAX based CRUD tables (grids). It supports paging, sorting, selecting, master/child tables, show/hide/resize columns, localization, themes and more.A JQuery plugin to create AJAX based CRUD tables (grids). It supports paging, sorting, selecting, master/child tables, show/hide/resize columns, localization, themes and more.", | ||
"keywords": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"paging", | ||
"sorting" | ||
], | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"author": { | ||
"name": "Halil ibrahim Kalkan", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "jtable", | ||
"version": "2.4.1", | ||
"description": "A JQuery plugin to create AJAX based CRUD tables.", | ||
"main": "lib/jquery.jtable.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/hikalkan/jtable.git" | ||
}, | ||
"keywords": [ | ||
"ajax", | ||
"table", | ||
"grid", | ||
"crud" | ||
], | ||
"author": "Halil ibrahim Kalkan", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/hikalkan/jtable/issues" | ||
}, | ||
"homepage": "http://jtable.org/" | ||
} |