Skip to content

Commit

Permalink
Merge pull request react-bootstrap#841 from taion/babel-runtime
Browse files Browse the repository at this point in the history
Use babel-runtime transformer for helpers
  • Loading branch information
AlexKVal committed Jun 15, 2015
2 parents 3c0badc + c987a8c commit 737a672
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 737a672

Please sign in to comment.