Skip to content

Commit

Permalink
fix(@aws-amplify/core): add zen-observable dependency (aws-amplify#4511)
Browse files Browse the repository at this point in the history
* Add missing rimraf to devDependencies

* Add missing zen-observable to dependencies

* Use zen-observable@^0.8.6 to match other packages

* Revert "Add missing rimraf to devDependencies"

This reverts commit a60ce75.
  • Loading branch information
ericclemmons authored and elorzafe committed Dec 18, 2019
1 parent 2d4d24b commit ada4518
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
},
"dependencies": {
"aws-sdk": "2.518.0",
"url": "^0.11.0"
"url": "^0.11.0",
"zen-observable": "^0.8.6"
},
"jest": {
"globals": {
Expand Down

0 comments on commit ada4518

Please sign in to comment.