Skip to content
Snippets Groups Projects
Commit b10b59fa authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Add missing dependency angular-translate to `bower.json`

[enh] Upgrade ionic cli
parent 28a43365
No related branches found
No related tags found
No related merge requests found
Pipeline #7452 skipped
...@@ -42,7 +42,8 @@ ...@@ -42,7 +42,8 @@
"aes-js": "ricmoo/aes-js#3.1.2", "aes-js": "ricmoo/aes-js#3.1.2",
"ngCordova": "0.1.26-alpha", "ngCordova": "0.1.26-alpha",
"js-scrypt": "1.2.0", "js-scrypt": "1.2.0",
"js-nacl": "1.3.2" "js-nacl": "1.3.2",
"angular-translate": "^2.18.1"
}, },
"resolutions": { "resolutions": {
"angular": "1.5.11", "angular": "1.5.11",
......
...@@ -23,7 +23,7 @@ To build Cesium, you will have to: ...@@ -23,7 +23,7 @@ To build Cesium, you will have to:
- Installing node.js build tools: - 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 ## Get the source code and dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment