mirror of
https://github.com/unraid/api.git
synced 2026-01-07 00:59:48 -06:00
release v1.0.1
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"name": "@unraid/graphql-api",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:unraid/graphql-api.git",
|
||||
"author": "Alexis Tyler <xo@wvvw.me> (https://wvvw.me/)",
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"dev": "STATES_CWD=$(pwd)/../core/test/fixtures/states CORE_CWD=$(pwd)/../core/ PLUGINS_CWD=$(pwd)/../plugins/ nodemon -e js,graphql --signal SIGINT index.js"
|
||||
"dev": "STATES_CWD=$(pwd)/../core/test/fixtures/states CORE_CWD=$(pwd)/../core/ PLUGINS_CWD=$(pwd)/../plugins/ nodemon -e js,graphql --signal SIGINT index.js",
|
||||
"test": "exit 0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@unraid/core": "unraid/core#2c9580c",
|
||||
@@ -58,4 +59,4 @@
|
||||
"stoppable",
|
||||
"subscriptions-transport-ws"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user