File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-build" ,
3
3
"private" : true ,
4
- "version" : " 15.6.0-rc.1 " ,
4
+ "version" : " 15.6.0" ,
5
5
"devDependencies" : {
6
6
"aliasify" : " ^2.0.0" ,
7
7
"art" : " ^0.10.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-addons-template" ,
3
- "version" : " 15.6.0-rc.1 " ,
3
+ "version" : " 15.6.0" ,
4
4
"main" : " index.js" ,
5
5
"repository" : " facebook/react" ,
6
6
"keywords" : [
13
13
"object-assign" : " ^4.1.0"
14
14
},
15
15
"peerDependencies" : {
16
- "react" : " ^15.6.0-rc.1 "
16
+ "react" : " ^15.6.0"
17
17
},
18
18
"files" : [
19
19
" LICENSE" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-dom-factories" ,
3
- "version" : " 15.6.0-rc " ,
3
+ "version" : " 15.6.0" ,
4
4
"description" : " React package for DOM factory methods." ,
5
5
"main" : " index.js" ,
6
6
"repository" : " facebook/react" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-dom" ,
3
- "version" : " 15.6.0-rc.1 " ,
3
+ "version" : " 15.6.0" ,
4
4
"description" : " React package for working with the DOM." ,
5
5
"main" : " index.js" ,
6
6
"repository" : " facebook/react" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-renderer" ,
3
- "version" : " 15.6.0-rc.1 " ,
3
+ "version" : " 15.6.0" ,
4
4
"description" : " React package for use inside react-native." ,
5
5
"main" : " index.js" ,
6
6
"repository" : " facebook/react" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-test-renderer" ,
3
- "version" : " 15.6.0-rc.1 " ,
3
+ "version" : " 15.6.0" ,
4
4
"description" : " React package for snapshot testing." ,
5
5
"main" : " index.js" ,
6
6
"repository" : " facebook/react" ,
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" : " 15.6.0-rc.1 " ,
4
+ "version" : " 15.6.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 = '15.6.0-rc.1 ' ;
14
+ module . exports = '15.6.0' ;
You can’t perform that action at this time.
0 commit comments