Skip to content
Merged
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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "pseuplex",
"version": "0.2.2",
"version": "0.3.0",
"description": "A middleware for the plex server API",
"bin": {
"pseuplex": "dist/main.js"
Expand Down
2 changes: 1 addition & 1 deletion pluginexample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To develop on this plugin, you'll first need to clone and build the proxy repo f
# enter the folder where you store your projects
cd ~/Code
# clone the proxy repo on the version you want to develop for
git clone https://github.com/lufinkey/pseuplex --branch v0.2.2
git clone https://github.com/lufinkey/pseuplex --branch v0.3
# enter the proxy repo folder
cd pseuplex
# install dependencies
Expand Down
2 changes: 1 addition & 1 deletion pluginexample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"typescript": "^5.9.2"
},
"peerDependencies": {
"pseuplex": "^0.2.2"
"pseuplex": "^0.3"
}
}