File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 36
36
sass_dir : _css
37
37
gems :
38
38
- jekyll-redirect-from
39
- react_version : 0.14.0-alpha
39
+ react_version : 0.14.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-build" ,
3
3
"private" : true ,
4
- "version" : " 0.14.0-rc1 " ,
4
+ "version" : " 0.14.0" ,
5
5
"devDependencies" : {
6
6
"babel" : " ^5.8.3" ,
7
7
"babel-eslint" : " ^4.1.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-addons" ,
3
- "version" : " 0.14.0-rc1 " ,
3
+ "version" : " 0.14.0" ,
4
4
"main" : " index.js" ,
5
5
"license" : " BSD-3-Clause" ,
6
6
"peerDependencies" : {
7
- "react" : " ^0.14.0-rc1 "
7
+ "react" : " ^0.14.0"
8
8
}
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-dom" ,
3
- "version" : " 0.14.0-rc1 " ,
3
+ "version" : " 0.14.0" ,
4
4
"description" : " React package for working with the DOM." ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
16
16
},
17
17
"homepage" : " https://github.com/facebook/react/tree/master/npm-react-dom" ,
18
18
"dependencies" : {
19
- "react" : " ^0.14.0-rc1 "
19
+ "react" : " ^0.14.0"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react" ,
3
3
"description" : " React is a JavaScript library for building user interfaces." ,
4
- "version" : " 0.14.0-rc1 " ,
4
+ "version" : " 0.14.0" ,
5
5
"keywords" : [
6
6
" react"
7
7
],
Original file line number Diff line number Diff line change 11
11
12
12
'use strict' ;
13
13
14
- module . exports = '0.14.0-rc1 ' ;
14
+ module . exports = '0.14.0' ;
You can’t perform that action at this time.
0 commit comments