Skip to content

Commit 70f7e15

Browse files
JisuParkzpao
authored andcommitted
feat(babel): Bump up the babel version 5.x to 6.x (reactjs#158)
1 parent 35b5c0c commit 70f7e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="css/base.css" />
88
<script src="https://unpkg.com/[email protected]/dist/react.js"></script>
99
<script src="https://unpkg.com/[email protected]/dist/react-dom.js"></script>
10-
<script src="https://unpkg.com/babel-[email protected]/browser.min.js"></script>
10+
<script src="https://unpkg.com/babel-[email protected]/babel.min.js"></script>
1111
<script src="https://unpkg.com/[email protected]/dist/jquery.min.js"></script>
1212
<script src="https://unpkg.com/[email protected]/dist/remarkable.min.js"></script>
1313
</head>

0 commit comments

Comments
 (0)