From 67c01b1c6fcb983efe36832c470bb0892a6a5f50 Mon Sep 17 00:00:00 2001 From: sporritt Date: Thu, 30 Aug 2018 20:00:23 +1000 Subject: [PATCH] version -> 1.0.0 added typescript as dev dependency - currently not used. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 5dd5086..532091d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "author": "jsPlumb ", "license": "MIT/GPL2", "devDependencies": { - "babel": "^6.23.0", "typescript": "^2.6.2" } }