Skip to content

Commit 75b4dee

Browse files
committed
fixed npm/bower settings
1 parent 2d5cdb5 commit 75b4dee

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linq4js",
33
"description": "Linq methods for JavaScript/TypeScript for working with Arrays",
4-
"main": "dist/linq4js.js",
4+
"main": "dist/Linq4JS.js",
55
"authors": [
66
"Morris Janatzek"
77
],

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "linq4js",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Linq methods for JavaScript/TypeScript for working with Arrays",
5-
"main": "dist/linq4js.js",
5+
"main": "dist/Linq4JS.js",
6+
"typings": "dist/Linq4JS.d.ts",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/morrisjdev/Linq4JS"
@@ -15,7 +16,9 @@
1516
"Array",
1617
"Sorting"
1718
],
18-
"author": "Morris Janatzek",
19+
"author": {
20+
"name": "Morris Janatzek"
21+
},
1922
"license": "MIT",
2023
"bugs": {
2124
"url": "https://github.com/morrisjdev/Linq4JS/issues"

0 commit comments

Comments
 (0)