Skip to content
This repository was archived by the owner on Jul 6, 2018. It is now read-only.

Commit c6c9bd5

Browse files
committed
chore(fix): fix deps
1 parent 219403c commit c6c9bd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
"jest": "^18.1.0",
5757
"webpack": "^1.14.0",
5858
"webpack-node-externals": "^1.5.4",
59-
"@accounts/common": "^0.0.8",
60-
"@accounts/server": "^0.0.8"
59+
"@accounts/common": "^0.0.9",
60+
"@accounts/server": "^0.0.9"
6161
},
6262
"peerDependencies": {
63-
"@accounts/common": "*",
64-
"@accounts/server": "*"
63+
"@accounts/common": "^0.0.9",
64+
"@accounts/server": "^0.0.9"
6565
},
6666
"dependencies": {
6767
"lodash": "^4.17.4",

0 commit comments

Comments
 (0)