diff options
author | Halil İbrahim Kalkan <hi_kalkan@yahoo.com> | 2016-10-18 15:23:58 +0300 |
---|---|---|
committer | Halil İbrahim Kalkan <hi_kalkan@yahoo.com> | 2016-10-18 15:23:58 +0300 |
commit | 802857992844caa2cdc8fa027ff131977eaae098 (patch) | |
tree | 3baa071de6e9c9dd7576388ac29e516aa7386ee1 | |
parent | 96474d6d6e11e0340611752422ba1b279249329c (diff) | |
download | jtable-2.4.1.zip jtable-2.4.1.tar.gz jtable-2.4.1.tar.bz2 |
Incremented version to 2.4.1. Also added package.json.v2.4.1
-rw-r--r-- | .npmignore | 1 | ||||
-rw-r--r-- | bower.json | 4 | ||||
-rw-r--r-- | jTable.jquery.json | 2 | ||||
-rw-r--r-- | package.json | 25 |
4 files changed, 29 insertions, 3 deletions
diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..698ddb1 --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +dev/build
\ No newline at end of file @@ -3,9 +3,9 @@ "main": [ "lib/jquery.jtable.min.js" ], - "version": "2.4.0", + "version": "2.4.1", "authors": [ - "Halil ibrahim Kalkan <halil@jtable.org>" + "Halil ibrahim Kalkan <hi_kalkan@yahoo.com>" ], "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": [ diff --git a/jTable.jquery.json b/jTable.jquery.json index 1c36057..a3c8830 100644 --- a/jTable.jquery.json +++ b/jTable.jquery.json @@ -11,7 +11,7 @@ "paging", "sorting" ], - "version": "2.4.0", + "version": "2.4.1", "author": { "name": "Halil ibrahim Kalkan", "email": "halil@jtable.org", diff --git a/package.json b/package.json new file mode 100644 index 0000000..bed60b9 --- /dev/null +++ b/package.json @@ -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/" +} |