File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/jest-community/jest-watch-typeahead.git"
11
11
},
12
12
"homepage" : " https://github.com/jest-community/jest-watch-typeahead" ,
13
- "files" : [" build/" , " filename.js" , " testname.js" ],
13
+ "files" : [
14
+ " build/" ,
15
+ " filename.js" ,
16
+ " testname.js"
17
+ ],
14
18
"scripts" : {
15
19
"test" : " jest" ,
16
20
"lint" : " eslint ." ,
17
21
"watch" : " babel src -w --ignore **/*.test.js,integration -d build" ,
18
22
"build" : " babel src --ignore **/*.test.js,integration -d build" ,
19
23
"prepublish" : " yarn build" ,
20
- "format" :
21
- " prettier --single-quote --trailing-comma all --write \" !(build)/**/*.js\" "
24
+ "format" : " prettier --single-quote --trailing-comma all --write \" !(build)/**/*.js\" "
22
25
},
23
26
"dependencies" : {
24
27
"chalk" : " ^2.4.1" ,
25
28
"jest-watcher" : " ^23.1.0" ,
26
29
"slash" : " ^1.0.0" ,
27
- "string-length" : " ^2.0.0"
30
+ "string-length" : " ^2.0.0" ,
31
+ "strip-ansi" : " ^4.0.0"
28
32
},
29
33
"devDependencies" : {
30
34
"babel-cli" : " 6.26.0" ,
40
44
"eslint-plugin-prettier" : " 2.6.0" ,
41
45
"flow-bin" : " ^0.66.0" ,
42
46
"jest" : " 23.2.0" ,
43
- "prettier" : " 1.11.1" ,
44
- "strip-ansi" : " ^4.0.0"
47
+ "prettier" : " 1.11.1"
45
48
},
46
49
"jest" : {
47
50
"snapshotSerializers" : [
You can’t perform that action at this time.
0 commit comments