This commit is contained in:
Paul O’Shannessy
2016-01-06 15:26:33 -08:00
parent 06cad05d49
commit e278ce4445
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react-build",
"private": true,
"version": "0.14.6-alpha",
"version": "0.14.6",
"devDependencies": {
"babel": "^5.8.3",
"babel-eslint": "^4.1.3",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-addons-template",
"version": "0.14.6-alpha",
"version": "0.14.6",
"main": "index.js",
"repository": "facebook/react",
"keywords": [
@@ -9,6 +9,6 @@
],
"license": "BSD-3-Clause",
"peerDependencies": {
"react": "^0.14.6-alpha"
"react": "^0.14.6"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "0.14.6-alpha",
"version": "0.14.6",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": "facebook/react",
@@ -13,6 +13,6 @@
},
"homepage": "https://github.com/facebook/react/tree/master/npm-react-dom",
"peerDependencies": {
"react": "^0.14.6-alpha"
"react": "^0.14.6"
}
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.14.6-alpha",
"version": "0.14.6",
"keywords": [
"react"
],
+1 -1
View File
@@ -11,4 +11,4 @@
'use strict';
module.exports = '0.14.6-alpha';
module.exports = '0.14.6';
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "react-haste",
"version": "0.14.6-alpha",
"version": "0.14.6",
"license": "BSD-3-Clause"
}