diff --git a/bower.json b/bower.json index 5d6266a4a602795aefe0734afeef57dd15ab8991..c8aef743a707f08805b41bbcdb69cf5352e7a625 100644 --- a/bower.json +++ b/bower.json @@ -42,7 +42,8 @@ "aes-js": "ricmoo/aes-js#3.1.2", "ngCordova": "0.1.26-alpha", "js-scrypt": "1.2.0", - "js-nacl": "1.3.2" + "js-nacl": "1.3.2", + "angular-translate": "^2.18.1" }, "resolutions": { "angular": "1.5.11", diff --git a/doc/development_guide.md b/doc/development_guide.md index 076dfdc82796630bba82fd435e4813d6c3106970..300cfea2c63757c244d48714980f09d50c867035 100644 --- a/doc/development_guide.md +++ b/doc/development_guide.md @@ -23,7 +23,7 @@ To build Cesium, you will have to: - Installing node.js build tools: ``` - npm install -g gulp bower@1.8.8 cordova@9.0.0 ionic@1.7.16 + npm install -g gulp bower cordova @ionic/v1-toolkit@2.0.18 ``` ## Get the source code and dependencies