Skip to content

Commit

Permalink
Use babel-runtime transformer for helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Jia committed Jun 15, 2015
1 parent 62181b3 commit c987a8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"stage": 1
"stage": 1,
"optional": ["runtime"]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"yargs": "^3.5.4"
},
"dependencies": {
"babel-runtime": "^5.1.10",
"classnames": "^2.0.0"
}
}
}

0 comments on commit c987a8c

Please sign in to comment.