Skip to content

Commit 6326e54

Browse files
authored
fix: Set correct repository urls for release
1 parent d747315 commit 6326e54

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/LDflex/LDflex"
13+
"url": "https://github.com/LDflex/async-iteration-handlers.git"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/LDflex/async-iteration-handlers/issues"
1417
},
1518
"main": "lib/index.js",
1619
"types": "lib/index.d.js",
1720
"sideEffects": false,
21+
"directories": {
22+
"src": "src"
23+
},
1824
"files": [
19-
"src"
25+
"lib"
2026
],
2127
"devDependencies": {
2228
"@types/async": "^3.2.5",

0 commit comments

Comments
 (0)