From 073809efac034f5b4e7641d190bcfb6c4b19060e Mon Sep 17 00:00:00 2001 From: Arthur Verschaeve Date: Thu, 25 Jun 2015 09:37:27 +0200 Subject: [PATCH] Remove `leven` dependency --- CONTRIBUTING.md | 2 -- package.json | 1 - 2 files changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9dbf48935..06f0a691c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,8 +113,6 @@ your [`$PATH`](http://unix.stackexchange.com/questions/26047/how-to-correctly-ad + [js-tokens](http://ghub.io/js-tokens) This is used to get tokens for syntax error highlighting. -+ [leven](http://ghub.io/leven) A levenstein algorithm to determine how close a word is to another. This is used to offer suggestions when using the utility.undeclaredVariableCheck transformer. - + [line-numbers](http://ghub.io/line-numbers) Used to produce the code frames in syntax errors. + [lodash](http://ghub.io/lodash) Used for various utilities. diff --git a/package.json b/package.json index 1499b445fc..88838c98ba 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ "home-or-tmp": "^1.0.0", "is-integer": "^1.0.4", "js-tokens": "1.0.1", - "leven": "^1.0.1", "line-numbers": "0.2.0", "lodash": "^3.6.0", "minimatch": "^2.0.3",