[Pkg-javascript-commits] [libjs-jquery-stupidtable] 01/04: New upstream version 1.1.3+dfsg

Sergio Durigan Junior sergiodj-guest at moszumanska.debian.org
Sat Dec 9 02:32:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

sergiodj-guest pushed a commit to branch master
in repository libjs-jquery-stupidtable.

commit 68619993477d3da74ca5a8050f6126e050c51161
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date:   Fri Dec 8 21:25:03 2017 -0500

    New upstream version 1.1.3+dfsg
---
 README.md    |  6 ++++++
 package.json | 29 +++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/README.md b/README.md
index e8e21fd..71e1fc4 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,11 @@ impressive. Overall, stupidly simple. Requires jQuery 1.7 or newer.
 
 See the examples directory.
 
+Installation via [npm][2]
+-------------------------
+
+    $ npm i stupid-table-plugin
+
 Installation via Bower
 ----------------------
 
@@ -359,3 +364,4 @@ Visit `tests/test.html` in your browser to run the QUnit tests.
 
 [0]: http://joequery.github.io/Stupid-Table-Plugin/
 [1]: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array/sort
+[2]: https://www.npmjs.com/package/stupid-table-plugin
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..cfe10fb
--- /dev/null
+++ b/package.json
@@ -0,0 +1,29 @@
+{
+  "name": "stupid-table-plugin",
+  "version": "1.1.3",
+  "description": "Stupidly simple jquery table sorting plugin",
+  "main": "stupidtable.js",
+  "directories": {
+    "example": "examples",
+    "test": "tests"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/joequery/Stupid-Table-Plugin.git"
+  },
+  "devDependencies": {},
+  "peerDependencies": {
+    "jquery": ">= 1.7.0"
+  },
+  "keywords": [
+    "table",
+    "sort",
+    "jquery"
+  ],
+  "author": "JoeQuery",
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/joequery/Stupid-Table-Plugin/issues"
+  },
+  "homepage": "https://github.com/joequery/Stupid-Table-Plugin#readme"
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/libjs-jquery-stupidtable.git



More information about the Pkg-javascript-commits mailing list