Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Mar 20, 2018
1 parent 7430e61 commit e4c65d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "final-form-calculate",
"version": "1.0.2",
"description": "Decorator for calculating field values based on other field values in 🏁 Final Form",
"version": "1.1.0",
"description":
"Decorator for calculating field values based on other field values in 🏁 Final Form",
"main": "dist/final-form-calculate.cjs.js",
"jsnext:main": "dist/final-form-calculate.es.js",
"module": "dist/final-form-calculate.es.js",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"start": "nps",
"test": "nps test",
"precommit": "lint-staged && npm start validate"
},
"author": "Erik Rasmussen <[email protected]> (http://github.com/erikras)",
"author":
"Erik Rasmussen <[email protected]> (http://github.com/erikras)",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,10 +62,7 @@
"final-form": ">=1.3.0"
},
"lint-staged": {
"*.{js,json,md,css}": [
"prettier --write",
"git add"
]
"*.{js,json,md,css}": ["prettier --write", "git add"]
},
"bundlesize": [
{
Expand Down

0 comments on commit e4c65d3

Please sign in to comment.