Skip to content

Commit

Permalink
Slight compression update with NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrylow committed Mar 15, 2018
1 parent 3a9dcc7 commit 2e6edf7
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basictable",
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"main": [
"jquery.basictable.js",
Expand Down
3 changes: 1 addition & 2 deletions jquery.basictable.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* jQuery Basic Table
* Author: Jerry Low
* @license jQuery Basictable | MIT | Jerry Low | https://www.github.com/jerrylow/basictable
*/

(function($) {
Expand Down
5 changes: 4 additions & 1 deletion jquery.basictable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "basictable",
"version": "1.0.8",
"description": "Basic Table jQuery plugin for simple responsive tables.",
"main": "jquery.basictable.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "uglifyjs jquery.basictable.js > jquery.basictable.min.js -c -m --comments"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jerrylow/basictable.git"
},
"keywords": [
"jquery",
"table",
"responsive"
],
"author": "jerrylow",
"license": "MIT",
"bugs": {
"url": "https://github.com/jerrylow/basictable/issues"
},
"homepage": "https://github.com/jerrylow/basictable#readme"
}

0 comments on commit 2e6edf7

Please sign in to comment.