Skip to content

Commit 68c0a35

Browse files
committed
ignore fixes
1 parent 29cf942 commit 68c0a35

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
node_modules
33
lib
44
test
5-
demo
5+
demo
6+
.bowerrc
7+
bower.json
8+
gulpfile.js

bower.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
"node_modules",
2121
"lib",
2222
"test",
23-
"demo"
23+
"demo",
24+
".gitignore",
25+
".npmignore",
26+
"gulpfile.js",
27+
"package.json"
2428
],
2529
"devDependencies": {
2630
"qunit": "^2.1.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linq4js",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "Linq methods for JavaScript/TypeScript for working with Arrays",
55
"main": "dist/linq4js.js",
66
"repository": {

0 commit comments

Comments
 (0)