mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
Merge pull request #896 from thelounge/sort-packagejson
Sort depedencies in package.json
This commit is contained in:
commit
69bb8412cc
1 changed files with 2 additions and 2 deletions
|
@ -48,14 +48,14 @@
|
|||
"express": "4.14.0",
|
||||
"fs-extra": "1.0.0",
|
||||
"irc-framework": "2.5.3",
|
||||
"ldapjs": "1.0.1",
|
||||
"lodash": "4.17.4",
|
||||
"moment": "2.17.1",
|
||||
"read": "1.0.7",
|
||||
"request": "2.79.0",
|
||||
"semver": "5.3.0",
|
||||
"socket.io": "1.7.2",
|
||||
"spdy": "3.4.4",
|
||||
"ldapjs": "1.0.1"
|
||||
"spdy": "3.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "6.22.1",
|
||||
|
|
Loading…
Reference in a new issue