Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: make message-port-protocol non dev dependency (#3393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Nov 13, 2020
1 parent b554002 commit cea7317
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/ipfs-message-port-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
},
"dependencies": {
"browser-readablestream-to-it": "^1.0.1",
"cids": "^1.0.0"
"cids": "^1.0.0",
"ipfs-message-port-protocol": "^0.4.0"
},
"devDependencies": {
"aegir": "^28.0.0",
"cross-env": "^7.0.0",
"interface-ipfs-core": "^0.142.0",
"ipfs": "^0.52.0",
"ipfs-core": "^0.2.0",
"ipfs-message-port-protocol": "^0.4.0",
"ipfs-message-port-server": "^0.4.0",
"ipld-dag-pb": "^0.20.0",
"typescript": "^4.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-message-port-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
},
"dependencies": {
"cids": "^1.0.0",
"it-all": "^1.0.4"
"it-all": "^1.0.4",
"ipfs-message-port-protocol": "^0.4.0"
},
"devDependencies": {
"@types/it-all": "^1.0.0",
"aegir": "^28.0.0",
"cross-env": "^7.0.0",
"ipfs-message-port-protocol": "^0.4.0",
"typescript": "^4.0.3"
},
"engines": {
Expand Down

0 comments on commit cea7317

Please sign in to comment.