From 802857992844caa2cdc8fa027ff131977eaae098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 18 Oct 2016 15:23:58 +0300 Subject: [PATCH] Incremented version to 2.4.1. Also added package.json. --- .npmignore | 1 + bower.json | 4 ++-- jTable.jquery.json | 2 +- package.json | 25 +++++++++++++++++++++++++ 4 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 .npmignore create mode 100644 package.json diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..698ddb1f --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +dev/build \ No newline at end of file diff --git a/bower.json b/bower.json index a83ea15f..575bc2a9 100644 --- a/bower.json +++ b/bower.json @@ -3,9 +3,9 @@ "main": [ "lib/jquery.jtable.min.js" ], - "version": "2.4.0", + "version": "2.4.1", "authors": [ - "Halil ibrahim Kalkan " + "Halil ibrahim Kalkan " ], "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 1c360571..a3c8830f 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 00000000..bed60b99 --- /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/" +}