@flive/form-with-redux-form
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-beta.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-beta.0](https://gitlab.partners.sigfox.com/flive/flive/compare/@flive/form-with-redux-form@1.0.0-alpha.8...@flive/form-with-redux-form@1.0.0-beta.0) (2019-09-11) | ||
**Note:** Version bump only for package @flive/form-with-redux-form | ||
# [1.0.0-alpha.8](https://gitlab.partners.sigfox.com/flive/flive/compare/@flive/form-with-redux-form@1.0.0-alpha.7...@flive/form-with-redux-form@1.0.0-alpha.8) (2019-08-30) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@flive/form-with-redux-form", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-beta.0", | ||
"private": false, | ||
@@ -15,3 +15,4 @@ "description": "This package exports Form from @flive/react-kit extended to be used with redux-form", | ||
"scripts": { | ||
"build": "rollup --config", | ||
"build": "npm run clean && rollup --config", | ||
"clean": "rm -rf lib", | ||
"lint": "eslint src --ext .js", | ||
@@ -22,6 +23,2 @@ "lint:report": "npm run lint -- --format json --output-file eslint-report.json", | ||
}, | ||
"peerDependencies": { | ||
"@flive/react-kit": "^1.0.0-alpha.11", | ||
"react": "^16.8.6" | ||
}, | ||
"dependencies": { | ||
@@ -45,6 +42,10 @@ "prop-types": "^15.7.2" | ||
}, | ||
"peerDependencies": { | ||
"@flive/react-kit": "^1.0.0-alpha.11", | ||
"react": "^16.8.6" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "5b565b66e8efdbda77de5a1fa51ada596054c19c" | ||
"gitHead": "7722cffa982b047111f2b50a2a99d395dd154b24" | ||
} |
39487