@tinacms/form-builder
Advanced tools
Comparing version 0.1.4-alpha.3 to 0.1.4-alpha.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.4-alpha.4](https://github.com/tinacms/tinacms/compare/@tinacms/form-builder@0.1.4-alpha.3...@tinacms/form-builder@0.1.4-alpha.4) (2019-10-11) | ||
**Note:** Version bump only for package @tinacms/form-builder | ||
## [0.1.4-alpha.3](https://github.com/tinacms/tinacms/compare/@tinacms/form-builder@0.1.4-alpha.2...@tinacms/form-builder@0.1.4-alpha.3) (2019-10-11) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@tinacms/form-builder", | ||
"version": "0.1.4-alpha.3", | ||
"version": "0.1.4-alpha.4", | ||
"main": "build/index.js", | ||
@@ -26,9 +26,9 @@ "types": "build/index.d.ts", | ||
"test": "jest --passWithNoTests", | ||
"watch": "cms-scripts watch", | ||
"dev": "cms-scripts dev", | ||
"build": "cms-scripts build" | ||
"watch": "tinacms-scripts watch", | ||
"dev": "tinacms-scripts dev", | ||
"build": "tinacms-scripts build" | ||
}, | ||
"devDependencies": { | ||
"@tinacms/scripts": "^0.1.3-alpha.2", | ||
"@types/jest": "^24.0.15", | ||
"cms-scripts": "^0.1.3-alpha.1", | ||
"jest": "^24.8.0", | ||
@@ -38,8 +38,8 @@ "ts-jest": "^24.0.2" | ||
"dependencies": { | ||
"@tinacms/core": "^0.2.1-alpha.1", | ||
"@tinacms/react-tinacms": "^0.2.0-alpha.0", | ||
"@tinacms/core": "^0.2.1-alpha.2", | ||
"@tinacms/react-tinacms": "^0.2.0-alpha.1", | ||
"final-form": "^4.18.2", | ||
"react-final-form": "^6.3.0" | ||
}, | ||
"gitHead": "132e9baeda780be57705255e7399f6c957c70fd2" | ||
"gitHead": "58a3297048cbfb162db147570a499a6832caf2d5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22652