Skip to content

Commit

Permalink
Partially revert f74e10eea31a9093168811b8264cdf12bbd72421.
Browse files Browse the repository at this point in the history
This partially reverts the changes in f74e10eea31a9093168811b8264cdf12bbd72421 which
changed from using the native `Object.entries` and `Object.values` methods
provided in ES2017 to use `objectEntries` and `objectValues` helpers which
mock that functionality for ES2016.

As we've now dropped support for Node.js and bumped the compilation target
in #4, those abstractions shouldn't be necessary anymore.

This preserves the rest of the changes in the aforementioned commit, such as
the file moves from `federation` to `composition`.
  • Loading branch information
abernix committed Feb 27, 2019
1 parent 4548e6d commit 6590ecd
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 6590ecd

Please sign in to comment.