Skip to content

Commit 5cad824

Browse files
committed
v0.1.1 update repo url
1 parent 03aecd4 commit 5cad824

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "erria",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "return error in array, remove the need of using try catch",
55
"main": "index.ts",
66
"scripts": {
@@ -17,5 +17,6 @@
1717
"devDependencies": {
1818
"ts-node": "^8.5.4",
1919
"typescript": "^3.7.3"
20-
}
20+
},
21+
"repository": "https://github.com/lequanghuylc/erria"
2122
}

0 commit comments

Comments
 (0)