Skip to content

Commit ec4264e

Browse files
committed
Modified package.json and added first version of .npmignore
1 parent 0f56bca commit ec4264e

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
dist
2+
docs
3+
downloads
4+
*~
5+
*.diff
6+
*.patch
7+
.DS_Store
8+
node_modules
9+
src/jquery.bootgrid.css
10+
src/jquery.bootgrid.css.map
11+
src/jquery.bootgrid.min.css

package.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,27 @@
1919
"url": "https://github.com/rstaib/jquery-bootgrid.git"
2020
},
2121
"keywords": [
22+
"jquery-plugin",
2223
"jQuery",
24+
"Bootstrap",
25+
"Plugin",
26+
"Component",
27+
"Control",
28+
"UI",
2329
"Grid",
2430
"Table",
2531
"Data",
26-
"Bootstrap",
27-
"Plugin"
32+
"Sorting",
33+
"Filtering",
34+
"HTML5",
35+
"Accessibility"
2836
],
2937
"licenses": [
3038
{ "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" }
3139
],
40+
"dependencies": {
41+
"jquery": ">=1.9.0"
42+
},
3243
"devDependencies": {
3344
"grunt": "~0.4.5",
3445
"grunt-cli": "~0.1.13",
@@ -47,8 +58,6 @@
4758
"readmeFilename": "README.md",
4859
"folders": {
4960
"dist": "build",
50-
"src": "src",
51-
"docs": "docs",
52-
"nuget": "nuget"
61+
"docs": "docs"
5362
}
5463
}

0 commit comments

Comments
 (0)