Skip to content

Commit

Permalink
fix: Add array includes transform
Browse files Browse the repository at this point in the history
Fixes #163.
  • Loading branch information
zimme committed Jun 22, 2018
1 parent f6e83a8 commit f33b953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
]
],
"plugins": [
"array-includes",
"transform-class-properties",
"transform-object-rest-spread",
[
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"babel-cli": "^6.26.0",
"babel-core": "6.26.0",
"babel-jest": "^23.0.1",
"babel-plugin-array-includes": "2.0.3",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
Expand Down

0 comments on commit f33b953

Please sign in to comment.