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.
2 parents d747315 + 6326e54 commit 7d1e940Copy full SHA for 7d1e940
package.json
@@ -10,13 +10,19 @@
10
],
11
"repository": {
12
"type": "git",
13
- "url": "https://github.com/LDflex/LDflex"
+ "url": "https://github.com/LDflex/async-iteration-handlers.git"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/LDflex/async-iteration-handlers/issues"
17
},
18
"main": "lib/index.js",
19
"types": "lib/index.d.js",
20
"sideEffects": false,
21
+ "directories": {
22
+ "src": "src"
23
24
"files": [
- "src"
25
+ "lib"
26
27
"devDependencies": {
28
"@types/async": "^3.2.5",
0 commit comments