|
1 | 1 | { |
2 | 2 | "name": "react-final-form-html5-validation", |
3 | 3 | "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", |
6 | 5 | "main": "dist/react-final-form-html5-validation.cjs.js", |
7 | 6 | "jsnext:main": "dist/react-final-form-html5-validation.es.js", |
8 | 7 | "module": "dist/react-final-form-html5-validation.es.js", |
9 | 8 | "sideEffects": false, |
10 | | - "files": ["dist"], |
| 9 | + "files": [ |
| 10 | + "dist" |
| 11 | + ], |
11 | 12 | "scripts": { |
12 | 13 | "start": "nps", |
13 | 14 | "test": "nps test", |
14 | 15 | "precommit": "lint-staged && npm start validate" |
15 | 16 | }, |
16 | | - "author": |
17 | | - "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)", |
| 17 | + "author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)", |
18 | 18 | "license": "MIT", |
19 | 19 | "repository": { |
20 | 20 | "type": "git", |
21 | 21 | "url": "https://github.com/final-form/react-final-form-html5-validation.git" |
22 | 22 | }, |
23 | 23 | "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" |
26 | 25 | }, |
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", |
29 | 27 | "devDependencies": { |
30 | 28 | "babel-eslint": "^8.2.2", |
31 | 29 | "babel-jest": "^23.4.0", |
|
75 | 73 | "react-final-form": ">=3.0.0" |
76 | 74 | }, |
77 | 75 | "jest": { |
78 | | - "setupFiles": ["raf/polyfill"] |
| 76 | + "setupFiles": [ |
| 77 | + "raf/polyfill" |
| 78 | + ] |
79 | 79 | }, |
80 | 80 | "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 | + ] |
82 | 85 | }, |
83 | 86 | "bundlesize": [ |
84 | 87 | { |
|
0 commit comments