This commit is contained in:
Ben Alpert
2015-12-29 14:37:06 -08:00
parent d6a0a083e4
commit 575cf6a82e
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.5-alpha",
"version": "0.14.5",
"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.5-alpha",
"version": "0.14.5",
"main": "index.js",
"repository": "facebook/react",
"keywords": [
@@ -9,6 +9,6 @@
],
"license": "BSD-3-Clause",
"peerDependencies": {
"react": "^0.14.5-alpha"
"react": "^0.14.5"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "0.14.5-alpha",
"version": "0.14.5",
"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.5-alpha"
"react": "^0.14.5"
}
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.14.5-alpha",
"version": "0.14.5",
"keywords": [
"react"
],
+1 -1
View File
@@ -11,4 +11,4 @@
'use strict';
module.exports = '0.14.5-alpha';
module.exports = '0.14.5';
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "react-haste",
"version": "0.14.5-alpha",
"version": "0.14.5",
"license": "BSD-3-Clause"
}