Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "formerly", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "yet another form abstraction library for react", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "watch": "watchify --debug -v -t babelify examples/complex-form.js -o examples/bundle.js", |
@@ -7,3 +7,3 @@ #React Form Thing | ||
```jsx | ||
```javascript | ||
import React, {createClass} from 'react' | ||
@@ -10,0 +10,0 @@ import {render} from 'react-dom' |
27934