final-form
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "final-form", | ||
"version": "4.0.1", | ||
"description": | ||
"🏁 Framework agnostic, high performance, subscription-based form state management", | ||
"version": "4.0.2", | ||
"description": "🏁 Framework agnostic, high performance, subscription-based form state management", | ||
"main": "dist/final-form.cjs.js", | ||
@@ -10,3 +9,5 @@ "jsnext:main": "dist/final-form.es.js", | ||
"typings": "dist/index.d.js", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -17,4 +18,3 @@ "start": "nps", | ||
}, | ||
"author": | ||
"Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)", | ||
"author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)", | ||
"license": "MIT", | ||
@@ -64,3 +64,6 @@ "repository": { | ||
"lint-staged": { | ||
"*.{js*,ts,json,md,css}": ["prettier --write", "git add"] | ||
"*.{js*,ts*,json,md,css}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
@@ -67,0 +70,0 @@ "bundlesize": [ |
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
145133