Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mP1 committed Jul 20, 2016
1 parent e9495c5 commit 49af1c4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-build",
"private": true,
"version": "16.0.0-alpha",
"version": "15.0.99",
"devDependencies": {
"art": "^0.10.1",
"async": "^1.5.0",
Expand Down Expand Up @@ -92,7 +92,7 @@
"scriptPreprocessor": "scripts/jest/preprocessor.js",
"setupEnvScriptFile": "scripts/jest/environment.js",
"setupTestFrameworkScriptFile": "scripts/jest/test-framework-setup.js",
"testFileExtensions": [
"XtestFileExtensions": [
"coffee",
"js",
"ts"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-addons-template",
"version": "16.0.0-alpha",
"version": "15.0.99",
"main": "index.js",
"repository": "facebook/react",
"keywords": [
Expand All @@ -10,6 +10,6 @@
"license": "BSD-3-Clause",
"dependencies": {},
"peerDependencies": {
"react": "^16.0.0-alpha"
"react": "^15.0.99"
}
}
4 changes: 2 additions & 2 deletions packages/react-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "16.0.0-alpha",
"version": "15.0.99",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": "facebook/react",
Expand All @@ -14,6 +14,6 @@
"homepage": "https://facebook.github.io/react/",
"dependencies": {},
"peerDependencies": {
"react": "^16.0.0-alpha"
"react": "^15.0.99"
}
}
4 changes: 2 additions & 2 deletions packages/react-native-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-renderer",
"version": "16.0.0-alpha",
"version": "15.0.99",
"description": "React package for use inside react-native.",
"main": "index.js",
"repository": "facebook/react",
Expand All @@ -14,6 +14,6 @@
},
"homepage": "https://facebook.github.io/react-native/",
"dependencies": {
"react": "^16.0.0-alpha"
"react": "^15.0.99"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "16.0.0-alpha",
"version": "15.0.99",
"keywords": [
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion src/ReactVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

'use strict';

module.exports = '16.0.0-alpha';
module.exports = '15.0.99';
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-haste",
"version": "16.0.0-alpha",
"version": "15.0.99",
"license": "BSD-3-Clause"
}

0 comments on commit 49af1c4

Please sign in to comment.