Skip to content

Commit d160e1a

Browse files
committed
15 final refactor
1 parent 28e4106 commit d160e1a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

thumbnail-gulp/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<head>
2+
<script src="http://fb.me/react-0.13.0.js"></script>
23
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
34
</head>
45
<body>
56
<div class="container">
67
</div>
8+
<script src="main.js"></script>
79
</body>
810
<script src="main.js"></script>

thumbnail-gulp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"gulp-concat": "^2.5.2",
1414
"gulp-react": "^3.0.1",
1515
"gulp-util": "^3.0.4",
16-
"react": "^0.13.1",
16+
"react": "^0.13.3",
1717
"reactify": "^1.1.0",
1818
"vinyl-source-stream": "^1.1.0",
1919
"watchify": "^2.4.0"

0 commit comments

Comments
 (0)