Skip to content

Commit e4c65d3

Browse files
committed
v1.1.0
1 parent 7430e61 commit e4c65d3

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "final-form-calculate",
3-
"version": "1.0.2",
4-
"description": "Decorator for calculating field values based on other field values in 🏁 Final Form",
3+
"version": "1.1.0",
4+
"description":
5+
"Decorator for calculating field values based on other field values in 🏁 Final Form",
56
"main": "dist/final-form-calculate.cjs.js",
67
"jsnext:main": "dist/final-form-calculate.es.js",
78
"module": "dist/final-form-calculate.es.js",
8-
"files": [
9-
"dist"
10-
],
9+
"files": ["dist"],
1110
"scripts": {
1211
"start": "nps",
1312
"test": "nps test",
1413
"precommit": "lint-staged && npm start validate"
1514
},
16-
"author": "Erik Rasmussen <[email protected]> (http://github.com/erikras)",
15+
"author":
16+
"Erik Rasmussen <[email protected]> (http://github.com/erikras)",
1717
"license": "MIT",
1818
"repository": {
1919
"type": "git",
@@ -62,10 +62,7 @@
6262
"final-form": ">=1.3.0"
6363
},
6464
"lint-staged": {
65-
"*.{js,json,md,css}": [
66-
"prettier --write",
67-
"git add"
68-
]
65+
"*.{js,json,md,css}": ["prettier --write", "git add"]
6966
},
7067
"bundlesize": [
7168
{

0 commit comments

Comments
 (0)