Skip to content

Commit

Permalink
add babel plugin proposal object rest spread to our dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Aug 12, 2018
1 parent c81bae0 commit c0b4074
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
]
],
plugins: [
'@babel/proposal-object-rest-spread'
'@babel/plugin-proposal-object-rest-spread'
],
env: {
test: {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"devDependencies": {
"@babel/cli": "7.0.0-rc.1",
"@babel/core": "7.0.0-rc.1",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.1",
"@babel/preset-env": "7.0.0-rc.1",
"autoprefixer": "^9.1.0",
"babel-eslint": "9.0.0-beta.3",
Expand Down

0 comments on commit c0b4074

Please sign in to comment.