Skip to content
This repository was archived by the owner on Jul 4, 2019. It is now read-only.

Commit f79d0da

Browse files
committed
fix
1 parent 008b13c commit f79d0da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "linq.ts",
2+
"name": "linqable.ts",
33
"version": "1.0.2-beta",
44
"description": "LINQ implementation library for TypeScript",
55
"main": "index.js",
@@ -15,16 +15,16 @@
1515
"lang"
1616
],
1717
"bugs": {
18-
"url": "https://github.com/0xF6/linq.ts/issues"
18+
"url": "https://github.com/0xF6/linqable.ts/issues"
1919
},
20-
"homepage": "https://github.com/0xF6/linq.ts#readme",
20+
"homepage": "https://github.com/0xF6/linqable.ts#readme",
2121
"scripts": {
2222
"build": "webpack",
2323
"test": "webpack && tsc -p ./test/tsconfig.json && ava --verbose"
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "git+https://github.com/0xF6/linq.ts.git"
27+
"url": "git+https://github.com/0xF6/linqable.ts.git"
2828
},
2929
"devDependencies": {
3030
"@types/node": "^10.1.4",

0 commit comments

Comments
 (0)