Skip to content

Commit

Permalink
Remove peer listener (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikugogoi authored Mar 30, 2023
1 parent 622e499 commit 8c92851
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 106 deletions.
3 changes: 1 addition & 2 deletions packages/mobymask-v2-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"import-state:dev": "DEBUG=vulcanize:* ts-node src/cli/import-state.ts",
"inspect-cid": "DEBUG=vulcanize:* ts-node src/cli/inspect-cid.ts",
"index-block": "DEBUG=vulcanize:* ts-node src/cli/index-block.ts",
"peer": "DEBUG='vulcanize:*, laconic:*' node --enable-source-maps dist/cli/peer.js",
"peer-listener": "DEBUG='vulcanize:*, laconic:*' node --enable-source-maps dist/peer-listener.js"
"peer": "DEBUG='vulcanize:*, laconic:*' node --enable-source-maps dist/cli/peer.js"
},
"repository": {
"type": "git",
Expand Down
104 changes: 0 additions & 104 deletions packages/mobymask-v2-watcher/src/peer-listener.ts

This file was deleted.

0 comments on commit 8c92851

Please sign in to comment.