Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit a4c0487

Browse files
committed
Merge pull request #3 from noffle/deps
adds async as a proper dep
2 parents 95d0ec0 + ff37de7 commit a4c0487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
},
2929
"homepage": "https://github.com/ipfs/js-ipfs-blocks#readme",
3030
"devDependencies": {
31-
"async": "^1.5.2",
3231
"bs58": "^3.0.0",
3332
"chai": "^3.5.0",
3433
"fs-blob-store": "^5.2.1",
@@ -40,6 +39,7 @@
4039
"standard": "^5.4.1"
4140
},
4241
"dependencies": {
42+
"async": "^1.5.2",
4343
"bl": "^1.0.1",
4444
"multihashing": "^0.2.0"
4545
}

0 commit comments

Comments
 (0)