diff options
author | John McLear <john@mclear.co.uk> | 2012-10-25 05:21:11 -0700 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2012-10-25 05:21:11 -0700 |
commit | 95828812787429e92d3bc8ac8af19112e5e781c6 (patch) | |
tree | 212a2a5f38bee1954c74ff3de35438557833beb7 /src/package.json | |
parent | 0e9695bfb05dff1666ba186985113bc0334fc435 (diff) | |
parent | 1bc9d61027c5bac87fd59e42b248ddd2edef119c (diff) | |
download | etherpad-lite-95828812787429e92d3bc8ac8af19112e5e781c6.zip |
Merge pull request #1088 from marcelklehr/fix/update-npm
Update npm
Diffstat (limited to 'src/package.json')
-rw-r--r-- | src/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/package.json b/src/package.json index 80e9bc27..2676e8a7 100644 --- a/src/package.json +++ b/src/package.json @@ -26,7 +26,7 @@ "log4js" : "0.5.x", "jsdom-nocontextifiy" : "0.2.10", "async-stacktrace" : "0.0.2", - "npm" : "1.1.24", + "npm" : "1.1.x", "ejs" : "0.6.1", "graceful-fs" : "1.1.5", "slide" : "1.1.3", |