chore: fix lock file

This commit is contained in:
Alexis Tyler
2020-02-24 14:34:24 +10:30
parent 9a4e4f5cb9
commit afd5c83b81
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -875,8 +875,8 @@
"dev": true
},
"@unraid/core": {
"version": "github:unraid/core#f7a62511b6cae3a497f7f163d7975c0ba2c3daec",
"from": "github:unraid/core#master",
"version": "git+ssh://git@github.com/unraid/core.git#f7a62511b6cae3a497f7f163d7975c0ba2c3daec",
"from": "git+ssh://git@github.com/unraid/core.git",
"requires": {
"abort-controller": "^3.0.0",
"accesscontrol": "^2.2.1",

View File

@@ -28,7 +28,7 @@
],
"dependencies": {
"@gridplus/docker-events": "github:OmgImAlexis/docker-events",
"@unraid/core": "github:unraid/core#master",
"@unraid/core": "git+ssh://git@github.com/unraid/core.git",
"accesscontrol": "^2.2.1",
"am": "^1.0.2",
"apollo-datasource-rest": "^0.7.0",