Skip to content

Commit

Permalink
Incremented version to 2.4.1. Also added package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Oct 18, 2016
1 parent 96474d6 commit 8028579
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev/build
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion jTable.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"paging",
"sorting"
],
"version": "2.4.0",
"version": "2.4.1",
"author": {
"name": "Halil ibrahim Kalkan",
"email": "[email protected]",
Expand Down
25 changes: 25 additions & 0 deletions package.json
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/"
}

0 comments on commit 8028579

Please sign in to comment.