mirror of
https://github.com/wekan/wekan.git
synced 2026-03-09 07:02:34 +01:00
Revert back to Meteor v1.4, Node v4.8.6 and MongoDB v3.2.18
This commit is contained in:
parent
7a943f99e3
commit
8dd6255ebf
7 changed files with 81 additions and 86 deletions
14
package.json
14
package.json
|
|
@ -20,17 +20,15 @@
|
|||
},
|
||||
"homepage": "https://wekan.github.io",
|
||||
"devDependencies": {
|
||||
"eslint": "^4.11.0"
|
||||
"eslint": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.26.0",
|
||||
"bcrypt": "^1.0.3",
|
||||
"babel-runtime": "^6.23.0",
|
||||
"bcrypt": "^1.0.2",
|
||||
"bson": "^1.0.4",
|
||||
"es6-promise": "^4.1.1",
|
||||
"fibers": "^2.0.0",
|
||||
"meteor-node-stubs": "^0.3.2",
|
||||
"es6-promise": "^4.1.0",
|
||||
"meteor-node-stubs": "^0.2.6",
|
||||
"os": "^0.1.1",
|
||||
"phantomjs-prebuilt": "^2.1.16",
|
||||
"xss": "^0.3.4"
|
||||
"xss": "^0.3.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue