From 9ccb5372232d2bf3e8d64af7f9ef2399a0e9cb58 Mon Sep 17 00:00:00 2001 From: Oliver Harald Jessner Date: Thu, 14 Jun 2018 11:17:15 +0200 Subject: [PATCH] CoffeeScript on NPM has moved to "coffeescript (no hyphen) Due to some deps you we get deprecation warnings about coffeescript and the hyphen in between. Maybe we could also update to the newest coffeescript version :) Thanks in advance Oliver --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18cf15b..076326f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "call-delayed": "^1.0.0", "chai": "^3.5.0", "chai-increasing": "^1.2.0", - "coffee-script": "~1.12.2", + "coffeescript": "~2.3.1", "mocha": "~3.2.0", "pre-commit": "^1.2.2", "typescript": "^2.1.6"