Skip to content

Commit

Permalink
package.json prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Jul 18, 2018
1 parent 321bd66 commit 40d848a
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
{
"name": "react-final-form-html5-validation",
"version": "1.0.0",
"description":
"A swap-in replacement for 🏁 React Final Form's <Field> component to provide HTML5 Validation",
"description": "A swap-in replacement for 🏁 React Final Form's <Field> component to provide HTML5 Validation",
"main": "dist/react-final-form-html5-validation.cjs.js",
"jsnext:main": "dist/react-final-form-html5-validation.es.js",
"module": "dist/react-final-form-html5-validation.es.js",
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"start": "nps",
"test": "nps test",
"precommit": "lint-staged && npm start validate"
},
"author":
"Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)",
"author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/final-form/react-final-form-html5-validation.git"
},
"bugs": {
"url":
"https://github.com/final-form/react-final-form-html5-validation/issues"
"url": "https://github.com/final-form/react-final-form-html5-validation/issues"
},
"homepage":
"https://github.com/final-form/react-final-form-html5-validation#readme",
"homepage": "https://github.com/final-form/react-final-form-html5-validation#readme",
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-jest": "^23.4.0",
Expand Down Expand Up @@ -75,10 +73,15 @@
"react-final-form": ">=3.0.0"
},
"jest": {
"setupFiles": ["raf/polyfill"]
"setupFiles": [
"raf/polyfill"
]
},
"lint-staged": {
"*.{js*,ts*,json,md,css}": ["prettier --write", "git add"]
"*.{js*,ts*,json,md,css}": [
"prettier --write",
"git add"
]
},
"bundlesize": [
{
Expand Down

0 comments on commit 40d848a

Please sign in to comment.