Skip to content

Commit 737a672

Browse files
committed
Merge pull request react-bootstrap#841 from taion/babel-runtime
Use babel-runtime transformer for helpers
2 parents 3c0badc + c987a8c commit 737a672

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"stage": 1
2+
"stage": 1,
3+
"optional": ["runtime"]
34
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"yargs": "^3.5.4"
101101
},
102102
"dependencies": {
103+
"babel-runtime": "^5.1.10",
103104
"classnames": "^2.0.0"
104105
}
105-
}
106+
}

0 commit comments

Comments
 (0)