From 0c70f640cda94ad8be0db36196516a48d536466f Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Sat, 24 Aug 2019 13:42:41 +0930 Subject: [PATCH] release v1.0.1 --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a8130c9ae..925c1f2af 100644 --- a/package.json +++ b/package.json @@ -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 (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" ] -} \ No newline at end of file +}