|
6 | 6 | "jsnext:main": "dist/final-form-arrays.es.js", |
7 | 7 | "module": "dist/final-form-arrays.es.js", |
8 | 8 | "typings": "dist/index.d.js", |
9 | | - "files": ["dist"], |
| 9 | + "files": [ |
| 10 | + "dist" |
| 11 | + ], |
10 | 12 | "scripts": { |
11 | 13 | "start": "nps", |
12 | 14 | "test": "nps test", |
13 | 15 | "precommit": "lint-staged && npm start validate" |
14 | 16 | }, |
15 | | - "author": |
16 | | - "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)", |
| 17 | + "author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)", |
17 | 18 | "license": "MIT", |
18 | 19 | "repository": { |
19 | 20 | "type": "git", |
|
39 | 40 | "eslint-plugin-import": "^2.8.0", |
40 | 41 | "eslint-plugin-jsx-a11y": "^6.0.3", |
41 | 42 | "eslint-plugin-react": "^7.5.1", |
42 | | - "final-form": "^1.3.5", |
| 43 | + "final-form": "^4.0.3", |
43 | 44 | "flow": "^0.2.3", |
44 | 45 | "flow-bin": "^0.61.0", |
45 | 46 | "husky": "^0.14.3", |
|
55 | 56 | "rollup-plugin-flow": "^1.1.1", |
56 | 57 | "rollup-plugin-node-resolve": "^3.0.0", |
57 | 58 | "rollup-plugin-replace": "^2.0.0", |
58 | | - "rollup-plugin-uglify": "^2.0.1" |
| 59 | + "rollup-plugin-uglify": "^2.0.1", |
| 60 | + "typescript": "^2.6.2" |
59 | 61 | }, |
60 | 62 | "peerDependencies": { |
61 | 63 | "final-form": ">=1.2.0" |
62 | 64 | }, |
63 | 65 | "lint-staged": { |
64 | | - "*.{js*,ts,json,md,css}": ["prettier --write", "git add"] |
| 66 | + "*.{js*,ts*,json,md,css}": [ |
| 67 | + "prettier --write", |
| 68 | + "git add" |
| 69 | + ] |
65 | 70 | }, |
66 | 71 | "bundlesize": [ |
67 | 72 | { |
|
0 commit comments