We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cf942 commit 68c0a35Copy full SHA for 68c0a35
.npmignore
@@ -2,4 +2,7 @@
2
node_modules
3
lib
4
test
5
-demo
+demo
6
+.bowerrc
7
+bower.json
8
+gulpfile.js
bower.json
@@ -20,7 +20,11 @@
20
"node_modules",
21
"lib",
22
"test",
23
- "demo"
+ "demo",
24
+ ".gitignore",
25
+ ".npmignore",
26
+ "gulpfile.js",
27
+ "package.json"
28
],
29
"devDependencies": {
30
"qunit": "^2.1.1"
package.json
@@ -1,6 +1,6 @@
1
{
"name": "linq4js",
- "version": "1.0.1",
+ "version": "1.0.3",
"description": "Linq methods for JavaScript/TypeScript for working with Arrays",
"main": "dist/linq4js.js",
"repository": {
0 commit comments