Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 40d848a

Browse files
committed
package.json prettify
1 parent 321bd66 commit 40d848a

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

‎package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
{
22
"name": "react-final-form-html5-validation",
33
"version": "1.0.0",
4-
"description":
5-
"A swap-in replacement for 🏁 React Final Form's <Field> component to provide HTML5 Validation",
4+
"description": "A swap-in replacement for 🏁 React Final Form's <Field> component to provide HTML5 Validation",
65
"main": "dist/react-final-form-html5-validation.cjs.js",
76
"jsnext:main": "dist/react-final-form-html5-validation.es.js",
87
"module": "dist/react-final-form-html5-validation.es.js",
98
"sideEffects": false,
10-
"files": ["dist"],
9+
"files": [
10+
"dist"
11+
],
1112
"scripts": {
1213
"start": "nps",
1314
"test": "nps test",
1415
"precommit": "lint-staged && npm start validate"
1516
},
16-
"author":
17-
"Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)",
17+
"author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)",
1818
"license": "MIT",
1919
"repository": {
2020
"type": "git",
2121
"url": "https://github.com/final-form/react-final-form-html5-validation.git"
2222
},
2323
"bugs": {
24-
"url":
25-
"https://github.com/final-form/react-final-form-html5-validation/issues"
24+
"url": "https://github.com/final-form/react-final-form-html5-validation/issues"
2625
},
27-
"homepage":
28-
"https://github.com/final-form/react-final-form-html5-validation#readme",
26+
"homepage": "https://github.com/final-form/react-final-form-html5-validation#readme",
2927
"devDependencies": {
3028
"babel-eslint": "^8.2.2",
3129
"babel-jest": "^23.4.0",
@@ -75,10 +73,15 @@
7573
"react-final-form": ">=3.0.0"
7674
},
7775
"jest": {
78-
"setupFiles": ["raf/polyfill"]
76+
"setupFiles": [
77+
"raf/polyfill"
78+
]
7979
},
8080
"lint-staged": {
81-
"*.{js*,ts*,json,md,css}": ["prettier --write", "git add"]
81+
"*.{js*,ts*,json,md,css}": [
82+
"prettier --write",
83+
"git add"
84+
]
8285
},
8386
"bundlesize": [
8487
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /