@deckstar/final-form
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@deckstar/final-form", | ||
"version": "4.20.9", | ||
"version": "1.0.0", | ||
"description": "🏁 Framework agnostic, high performance, subscription-based form state management", | ||
"main": "dist/src", | ||
"types": "dist/src/index.d.ts", | ||
"jsnext:main": "dist/src", | ||
@@ -13,7 +14,3 @@ "module": "dist/src", | ||
], | ||
"scripts": { | ||
"start": "nps", | ||
"test": "nps test", | ||
"prepare": "lint-staged && npm start validate" | ||
}, | ||
"scripts": {}, | ||
"author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)", | ||
@@ -20,0 +17,0 @@ "license": "MIT", |
{ | ||
"name": "@deckstar/final-form", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "🏁 Framework agnostic, high performance, subscription-based form state management", | ||
"main": "dist/src", | ||
"types": "dist/src/index.d.ts", | ||
"jsnext:main": "dist/src", | ||
@@ -35,3 +36,3 @@ "module": "dist/src", | ||
}, | ||
"gitHead": "40f46bc2fc6649d00158b35330cc12ea8a462d61" | ||
"gitHead": "23c2d13d7ba9601504a0f64dc6a5489a9dffda20" | ||
} |
108555