Also some tweaks to package.json details.
This commit is contained in:
Paul O’Shannessy 2013-05-31 16:52:38 -07:00
parent 8d259093bf
commit a70d567ec6
3 changed files with 11 additions and 4 deletions

View File

@ -4,7 +4,7 @@ name: React
redcarpet:
extensions:
- fenced_code_blocks
react_version: 0.3.1
react_version: 0.3.2
pygments: true
exclude:
- Gemfile

View File

@ -37,6 +37,10 @@ $ npm install -g react-tools
## Release Notes
**0.3.2** Improve compatibility of JSX Transformer; make `react-tools` compatible with [browserify](https://github.com/substack/node-browserify)
**0.3.1** Fix `react-tools` module
**0.3** Initial public release.
**0.2** Standardize API & refactor component lifecycle. Normalize DOM interactions.

View File

@ -1,10 +1,13 @@
{
"name": "react-tools",
"version": "0.3.1",
"version": "0.3.2",
"keywords": [
"clientside"
"react",
"jsx",
"transformer",
"view"
],
"homepage": "https://facebook.github.io/react",
"homepage": "http://facebook.github.io/react",
"bugs": "https://github.com/facebook/react/issues",
"licenses": [
{