Upgrade to meteor 1.8

This commit is contained in:
Stefan Zermatten
2018-10-10 14:28:48 +02:00
parent 3f81d419f7
commit e17dbf6601
6 changed files with 514 additions and 511 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "rpg-docs",
"name": "dicecloud",
"version": "0.10.0",
"description": "Unofficial Online Realtime D&D 5e App",
"scripts": {
@@ -11,16 +11,15 @@
},
"author": "Stefan Zermatten",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.49",
"@babel/runtime": "^7.1.2",
"@polymer/polymer": "^1.2.5-npm-test.2",
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.3",
"bower": "^1.7.9",
"core-js": "^2.5.7",
"fibers": "^2.0.2",
"meteor-node-stubs": "^0.3.3",
"qrcode": "^1.2.0",
"source-map-support": "^0.5.6",
"qrcode": "^1.3.0",
"source-map-support": "^0.5.9",
"underscore": "^1.9.1"
}
}