Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
feat: Update Jest to v24.x.x and Babel to v7.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Feb 11, 2019
1 parent 1384a3a commit 6e1122c
Show file tree
Hide file tree
Showing 4 changed files with 7,069 additions and 8,822 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["env"],
"plugins": ["transform-object-rest-spread"]
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
}

0 comments on commit 6e1122c

Please sign in to comment.