From cd876c0026bf59831c0322946f0d73a8328c1b3f Mon Sep 17 00:00:00 2001 From: jsteuer <jan.niklas.steuer@gmail.com> Date: Sat, 21 Dec 2019 13:27:11 +0100 Subject: [PATCH] fix argument validation --- package.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d40d7ae..caba57b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mathcoach/ide-api", - "version": "2.0.0", + "version": "2.0.1", "description": "API zur MathCoach IDE", "main": "./src/index.ts", "directories": { @@ -54,4 +54,4 @@ "instrument": true, "all": true } -} \ No newline at end of file +} -- Gitblit v1.10.0-SNAPSHOT