File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-jest-runner" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"main" : " build/index.js" ,
5
5
"author" :
" Rogelio Guzman <[email protected] >" ,
6
6
"description" : " A simple way of creating a Jest runner" ,
7
7
"license" : " MIT" ,
8
8
"repository" : " https://github.com/rogeliog/create-jest-runner.git" ,
9
9
"homepage" : " https://github.com/rogeliog/create-jest-runner" ,
10
- "files" : [" build/" ],
10
+ "files" : [
11
+ " build/"
12
+ ],
11
13
"scripts" : {
12
14
"test" : " jest" ,
13
15
"lint" : " eslint ." ,
14
16
"watch" : " babel lib -w --ignore **/*.test.js,integration -d build" ,
15
17
"build" : " babel lib --ignore **/*.test.js,integration -d build" ,
16
18
"prepublish" : " yarn build" ,
17
- "format" :
18
- " prettier --single-quote --trailing-comma all --write \" !(build)/**/*.js\" "
19
+ "format" : " prettier --single-quote --trailing-comma all --write \" !(build)/**/*.js\" "
19
20
},
20
21
"dependencies" : {
21
22
"babel-plugin-istanbul" : " 4.1.4" ,
You can’t perform that action at this time.
0 commit comments