Skip to content

Revert "Factor out RPC from Polykey" #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,3 @@ npm publish --access public
git push
git push --tags
```

Domains Diagram:
![diagram_encapuslated.svg](images%2Fdiagram_encapuslated.svg)
17 changes: 0 additions & 17 deletions images/diagram_encapuslated.svg

This file was deleted.

12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.9.0",
"typedoc": "^0.23.21",
"typescript": "^4.9.3",
"@fast-check/jest": "^1.1.0"
},
"dependencies": {
"@matrixai/async-init": "^1.9.4",
"@matrixai/contexts": "^1.2.0",
"@matrixai/logger": "^3.1.0",
"@matrixai/errors": "^1.2.0",
"@matrixai/events": "^3.2.0",
"@streamparser/json": "^0.0.17",
"ix": "^5.0.0"
"typescript": "^4.9.3"
}
}
Loading