This commit is contained in:
Dan Abramov
2016-03-29 16:49:25 +01:00
parent da0beaf179
commit 15a8fc105f
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.8-alpha",
"version": "0.14.8",
"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.8-alpha",
"version": "0.14.8",
"main": "index.js",
"repository": "facebook/react",
"keywords": [
@@ -10,6 +10,6 @@
"license": "BSD-3-Clause",
"dependencies": {},
"peerDependencies": {
"react": "^0.14.8-alpha"
"react": "^0.14.8"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "0.14.8-alpha",
"version": "0.14.8",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": "facebook/react",
@@ -14,6 +14,6 @@
"homepage": "https://facebook.github.io/react/",
"dependencies": {},
"peerDependencies": {
"react": "^0.14.8-alpha"
"react": "^0.14.8"
}
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.14.8-alpha",
"version": "0.14.8",
"keywords": [
"react"
],
+1 -1
View File
@@ -11,4 +11,4 @@
'use strict';
module.exports = '0.14.8-alpha';
module.exports = '0.14.8';
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "react-haste",
"version": "0.14.8-alpha",
"version": "0.14.8",
"license": "BSD-3-Clause"
}