Comparing version 0.0.6 to 0.1.0
import React, {PropTypes, cloneElement, Children, createClass} from 'react' | ||
import {render} from 'react-dom' | ||
import {Form, OnValue, TextArea, Entity, Input, Select} from '../lib' | ||
import {Form, OnValue, TextArea, Entity, Input, Select} from '../src' | ||
import Selectable from './Selectable' | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "formerly", | ||
"version": "0.0.6", | ||
"version": "0.1.0", | ||
"description": "yet another form abstraction library for react", | ||
@@ -8,2 +8,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"prepublish": "babel src --out-dir lib", | ||
"watch": "watchify --debug -v -t babelify examples/complex-form.js -o examples/bundle.js", | ||
@@ -22,4 +23,5 @@ "start": "st --no-cache --dir examples --index index.html", | ||
"devDependencies": { | ||
"babel-cli": "^6.2.0", | ||
"babel-core": "^6.2.1", | ||
"babel-eslint": "^4.1.5", | ||
"babel-eslint": "^4.1.6", | ||
"babel-plugin-transform-object-rest-spread": "^6.1.18", | ||
@@ -45,3 +47,5 @@ "babel-preset-es2015": "^6.1.18", | ||
"object-path": "^0.9.2", | ||
"object.omit": "^2.0.0", | ||
"object.omit": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^0.14.3" | ||
@@ -48,0 +52,0 @@ }, |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
33344
19
848
1
- Removedreact@^0.14.3