Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
feat: babel 6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Nov 12, 2015
1 parent bb51079 commit 1890d45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .babelrc
@@ -1,3 +1,8 @@
{
"stage": 0
"presets": [
"es2015"
],
"plugins": [
"transform-object-rest-spread"
]
}
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -37,7 +37,7 @@
},
"license": "WTFPL",
"dependencies": {
"babel-core": "^5.8.25",
"babel-core": "^6.1.4",
"escodegen": "^1.6.1",
"esprima": "^2.1.0",
"istanbul": "^0.4.0",
Expand All @@ -49,7 +49,9 @@
"which": "^1.0.9"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-cli": "^6.1.4",
"babel-preset-es2015": "^6.1.4",
"babel-plugin-transform-object-rest-spread": "^6.1.4",
"chai": "^3.2.0",
"hide-stack-frames-from": "^1.0.0",
"mocha": "^2.2.1",
Expand Down

0 comments on commit 1890d45

Please sign in to comment.