Moving wrong ordered package

This commit is contained in:
Fabian Stamm 2019-12-16 14:38:13 +01:00
parent 93a6358a67
commit 2a20603486
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,6 @@
"apidoc": "^0.19.0", "apidoc": "^0.19.0",
"concurrently": "^5.0.1", "concurrently": "^5.0.1",
"nodemon": "^2.0.2", "nodemon": "^2.0.2",
"speakeasy": "^2.0.0",
"typescript": "^3.7.3" "typescript": "^3.7.3"
}, },
"dependencies": { "dependencies": {
@ -57,7 +56,8 @@
"node-rsa": "^1.0.7", "node-rsa": "^1.0.7",
"qrcode": "^1.4.4", "qrcode": "^1.4.4",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"speakeasy": "^2.0.0",
"u2f": "^0.1.3", "u2f": "^0.1.3",
"uuid": "^3.3.3" "uuid": "^3.3.3"
} }
} }