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/react@15.3.0/dist/react.js"></script>
99
<script src="https://unpkg.com/react-dom@15.3.0/dist/react-dom.js"></script>
10-
<script src="https://unpkg.com/babel-core@5.8.38/browser.min.js"></script>
10+
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
1111
<script src="https://unpkg.com/jquery@3.1.0/dist/jquery.min.js"></script>
1212
<script src="https://unpkg.com/remarkable@1.6.2/dist/remarkable.min.js"></script>
1313
</head>

0 commit comments

Comments
 (0)