forked from facebook/react
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ReactTools is deprecated, it doesn't belong at the root of the project. We'll remove it after 0.14 but for now this moves it so that it's contained and not intermixed with the rest of the project. The currect behavior of copying src/ into the package is maintained.
- Loading branch information
Showing
6 changed files
with
41 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "react-tools", | ||
"description": "A set of complementary tools to React, including the JSX transformer.", | ||
"version": "0.14.0-alpha3", | ||
"keywords": [ | ||
"react", | ||
"jsx", | ||
"transformer", | ||
"view" | ||
], | ||
"homepage": "https://facebook.github.io/react", | ||
"bugs": "https://github.com/facebook/react/issues", | ||
"license": "BSD-3-Clause", | ||
"files": [ | ||
"main.js", | ||
"bin/jsx", | ||
"src/" | ||
], | ||
"main": "main.js", | ||
"bin": { | ||
"jsx": "./bin/jsx" | ||
}, | ||
"repository": "facebook/react", | ||
"dependencies": { | ||
"commoner": "^0.10.0", | ||
"jstransform": "^11.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"preferGlobal": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters