Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
chore(build): use patched version of node-rest-client
Browse files Browse the repository at this point in the history
  • Loading branch information
aschaeffer committed Jan 7, 2018
1 parent 237e953 commit fdda6c4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 34 deletions.
42 changes: 13 additions & 29 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"@inexorgame/logger": "^1.0.8",
"@inexorgame/logging": "^1.0.7",
"@inexorgame/media": "^1.0.9",
"@inexorgame/path": "^1.0.12",
"@inexorgame/path": "^1.0.13",
"@inexorgame/profiles": "^1.0.1",
"@inexorgame/releases": "^1.0.5",
"@inexorgame/tree": "^1.0.9",
"@inexorgame/treeclient": "^1.0.12",
"@inexorgame/treeclient": "^1.0.13",
"@inexorgame/types": "^1.0.1 ",
"circular-json": "^0.4.0",
"cors": "^2.8.3",
Expand Down
2 changes: 1 addition & 1 deletion server/util/path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inexorgame/path",
"version": "1.0.12",
"version": "1.0.13",
"description": "Common Inexor Paths",
"main": "index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/treeclient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inexorgame/treeclient",
"version": "1.0.12",
"version": "1.0.13",
"description": "The tree client allows access to a local or remote Inexor Tree.",
"main": "index.js",
"repository": {
Expand All @@ -21,6 +21,6 @@
"node": ">=6.9.1"
},
"dependencies": {
"node-rest-client": "^3.1.0"
"node-rest-client-patched": "^3.1.1"
}
}

0 comments on commit fdda6c4

Please sign in to comment.