Skip to content

Commit

Permalink
Merge pull request #5 from skedify/feature/SKED-3980
Browse files Browse the repository at this point in the history
feature/SKED-3980: Update Node from 9.x to 10.x
  • Loading branch information
RobinMalfait authored Oct 15, 2018
2 parents 4046491 + fa47315 commit 62491b9
Show file tree
Hide file tree
Showing 47 changed files with 13,763 additions and 5,928 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 62491b9

Please sign in to comment.