Merge pull request #289 from Bitcoin-com/wallet/sprint/20

Wallet/sprint/20
This commit is contained in:
Jean-Baptiste Dominguez 2018-08-18 02:03:55 +09:00 committed by GitHub
commit b0f9cb43d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View file

@ -140,9 +140,5 @@
"lodash": "^4.17.4", "lodash": "^4.17.4",
"pre-commit": "^1.1.3" "pre-commit": "^1.1.3"
}, },
"resolutions": {
"angular": "1.5.3",
"ionic": "eefba1331b"
},
"pre-commit": "unstage-package" "pre-commit": "unstage-package"
} }

View file

@ -24,6 +24,6 @@
}, },
"resolutions": { "resolutions": {
"angular": "1.5.3", "angular": "1.5.3",
"ionic": "1b7414faba" "ionic": "eefba1331b"
} }
} }