Skip to content

Commit

Permalink
Merge pull request #7 from skedify/develop
Browse files Browse the repository at this point in the history
release/next
  • Loading branch information
RobinMalfait committed Oct 15, 2018
2 parents f1b2483 + 62491b9 commit f527b15
Show file tree
Hide file tree
Showing 48 changed files with 15,920 additions and 1,225 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"filenameRelative": "index.js",
"sourceMaps": "inline",
"plugins": [
"syntax-trailing-function-commas"
"syntax-trailing-function-commas",
"transform-object-rest-spread"
],
"env": {
"test": {
"plugins": [
"transform-es2015-modules-commonjs",
"istanbul"
"transform-es2015-modules-commonjs"
]
}
}
Expand Down
Loading

0 comments on commit f527b15

Please sign in to comment.