diff options
author | John McLear <john@mclear.co.uk> | 2012-04-21 01:23:13 +0200 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2012-04-21 01:23:13 +0200 |
commit | d554420f573af28d91f036f56950fe031d330bb9 (patch) | |
tree | b028a77c202a2d10d25252bb0ca0011c9fc46d3d /src | |
parent | 3798f53f942db0920aee79b401c970791b0fee8c (diff) | |
download | etherpad-lite-d554420f573af28d91f036f56950fe031d330bb9.zip |
Remove my fix and allow @redhogs to be the proper one.. (even though it's exactly the same thing)
Diffstat (limited to 'src')
-rw-r--r-- | src/package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/package.json b/src/package.json index 19725e7d..ac56bc35 100644 --- a/src/package.json +++ b/src/package.json @@ -30,8 +30,7 @@ "graceful-fs" : "1.1.5", "slide" : "1.1.3", "semver" : "1.0.13", - "underscore" : "1.3.1", - "resolve" : "0.2.1" + "underscore" : "1.3.1" }, "devDependencies": { "jshint" : "*" |