File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " formik" ,
33 "description" : " Forms in React, without tears" ,
4- "version" : " 0.7.1 " ,
4+ "version" : " 0.7.2 " ,
55 "license" : " MIT" ,
66 "author" : " Jared Palmer <jared@palmer.net>" ,
77 "repository" : " jaredpalmer/formik" ,
1515 ],
1616 "main" : " lib/index.js" ,
1717 "typings" : " lib/index.d.ts" ,
18- "files" : [" es6" , " lib" , " umd" ],
18+ "files" : [
19+ " es6" ,
20+ " lib" ,
21+ " umd"
22+ ],
1923 "scripts" : {
2024 "test" : " jest" ,
2125 "clean" : " rimraf lib umd es6" ,
6266 ]
6367 },
6468 "jest" : {
65- "collectCoverageFrom" : [" src/**/*.{ts,tsx}" ],
69+ "collectCoverageFrom" : [
70+ " src/**/*.{ts,tsx}"
71+ ],
6672 "transform" : {
6773 ".(ts|tsx)" : " <rootDir>/node_modules/ts-jest/preprocessor.js"
6874 },
6975 "testMatch" : [
7076 " <rootDir>/src/**/__tests__/**/*.ts?(x)" ,
7177 " <rootDir>/src/**/?(*.)(spec|test).ts?(x)"
7278 ],
73- "transformIgnorePatterns" : [" [/\\\\ ]node_modules[/\\\\ ].+\\ .(js|jsx)$" ],
74- "moduleFileExtensions" : [" ts" , " tsx" , " js" , " json" ]
79+ "transformIgnorePatterns" : [
80+ " [/\\\\ ]node_modules[/\\\\ ].+\\ .(js|jsx)$"
81+ ],
82+ "moduleFileExtensions" : [
83+ " ts" ,
84+ " tsx" ,
85+ " js" ,
86+ " json"
87+ ]
7588 }
7689}
You can’t perform that action at this time.
0 commit comments