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

Commit 45146a9

Browse files
committed
style: lint package.json
1 parent cad4938 commit 45146a9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,18 @@
4545
"docs": "aegir docs"
4646
},
4747
"dependencies": {
48+
"base32.js": "~0.1.0",
4849
"chalk": "^2.4.2",
49-
"datastore-fs": "~0.9.0",
50-
"datastore-level": "~0.12.0",
50+
"cids": "~0.7.0",
51+
"datastore-core": "~0.7.0",
52+
"datastore-fs": "^0.9.0",
53+
"datastore-level": "^0.12.0",
5154
"debug": "^4.1.0",
52-
"interface-datastore": "~0.7.0",
55+
"fsevents": "^1.2.9",
56+
"interface-datastore": "^0.7.0",
5357
"proper-lockfile": "^3.2.0",
5458
"yargs": "^12.0.5",
55-
"yargs-promise": "^1.1.0",
56-
"base32.js": "~0.1.0"
59+
"yargs-promise": "^1.1.0"
5760
},
5861
"devDependencies": {
5962
"aegir": "^18.1.0",

0 commit comments

Comments
 (0)