We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e4106 commit d160e1aCopy full SHA for d160e1a
thumbnail-gulp/index.html
@@ -1,8 +1,10 @@
1
<head>
2
+ <script src="http://fb.me/react-0.13.0.js"></script>
3
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
4
</head>
5
<body>
6
<div class="container">
7
</div>
8
+ <script src="main.js"></script>
9
</body>
10
<script src="main.js"></script>
thumbnail-gulp/package.json
@@ -13,7 +13,7 @@
13
"gulp-concat": "^2.5.2",
14
"gulp-react": "^3.0.1",
15
"gulp-util": "^3.0.4",
16
- "react": "^0.13.1",
+ "react": "^0.13.3",
17
"reactify": "^1.1.0",
18
"vinyl-source-stream": "^1.1.0",
19
"watchify": "^2.4.0"
0 commit comments