mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Lock down npm version to avaoid bug in later version
This commit is contained in:
parent
5d6c80c55d
commit
23075138b9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
"log4js" : "0.4.1",
|
||||
"jsdom-nocontextifiy" : "0.2.10",
|
||||
"async-stacktrace" : "0.0.2",
|
||||
"npm" : "1.1",
|
||||
"npm" : "1.1.24",
|
||||
"ejs" : "0.6.1",
|
||||
"graceful-fs" : "1.1.5",
|
||||
"slide" : "1.1.3",
|
||||
|
|
Loading…
Reference in a new issue