File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mertasan/tailwindcss-variables" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " Easily create css variables without the need for a css file!" ,
5
5
"main" : " src/index.js" ,
6
6
"license" : " GPL-3.0-or-later" ,
15
15
},
16
16
"scripts" : {
17
17
"test" : " jest" ,
18
+ "test:coverage" : " jest --coverage" ,
18
19
"build" : " env NODE_ENV=production node scripts/build.js" ,
19
20
"build:clean" : " env NODE_ENV=production CLEAN=true node scripts/build.js" ,
20
21
"style" : " eslint ." ,
80
81
" <rootDir>/__tests__/**/*.test.js"
81
82
],
82
83
"collectCoverageFrom" : [
83
- " <rootDir>/__tests__/**/*.js"
84
- ],
85
- "coveragePathIgnorePatterns" : [
86
- " <rootDir>/__tests__/util/"
84
+ " src/**/*.js" ,
85
+ " !**/node_modules/**"
87
86
],
88
87
"testPathIgnorePatterns" : [
89
88
" <rootDir>/__tests__/util/"
89
+ ],
90
+ "collectCoverage" : true ,
91
+ "coverageReporters" : [
92
+ " json" ,
93
+ " html"
90
94
]
91
95
},
92
96
"browserslist" : [
93
97
" > 1%" ,
94
98
" not edge <= 18" ,
95
- " not safari <= 13" ,
96
99
" not ie 11" ,
97
100
" not op_mini all"
98
101
],
You can’t perform that action at this time.
0 commit comments