From 13c6c9e1a5b5596bd4d9a6a734a24aefc6f8abd7 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Sat, 14 May 2016 12:58:19 +0200 Subject: [PATCH] Pin the coffee-script version The very latest commits of coffee-script break coffeelint. This pins the coffee-script dependency to a commit that both compiles VimFx and runs coffeelint as intended. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ad8cce..77e8b3b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "addons-linter": "^0.3.1", - "coffee-script": "jashkenas/coffeescript", + "coffee-script": "jashkenas/coffeescript#87216ea5b64804aac584966b60063ddc77c69f2b", "coffeelint": "^1.15.7", "coffeelint-forbidden-keywords": "^0.1.1", "gulp": "^3.9.1", -- 2.39.3