Skip to content

Commit 331c56e

Browse files
committed
Add bundling instructions
1 parent 33ca394 commit 331c56e

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
indent_style = tab
5+
indent_size = 4
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/test
2+
/demo
3+
/.editorconfig

package.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "jquery-uitablefilter",
3+
"version": "1.0.0",
4+
"description": "jQuery UI table filter",
5+
"main": "jquery.uitablefilter.js",
6+
"repository": "https://github.com/natinusala/jquery-uitablefilter",
7+
"author": {
8+
"name": "Greg Weber",
9+
"email": "[email protected]"
10+
},
11+
"license": "MIT"
12+
}

0 commit comments

Comments
 (0)