Skip to content

Commit

Permalink
Drop object spread Babel plugin (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored and sindresorhus committed Nov 11, 2018
1 parent aaccf6e commit c5118b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -36,8 +36,7 @@
"webextension-polyfill": "^0.3.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/core": "^7.1.5",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/register": "^7.0.0",
Expand Down Expand Up @@ -93,8 +92,7 @@
"pragma": "h",
"useBuiltIns": true
}
],
"@babel/plugin-syntax-object-rest-spread"
]
],
"env": {
"testing": {
Expand Down

0 comments on commit c5118b1

Please sign in to comment.