File tree 1 file changed +7
-22
lines changed
1 file changed +7
-22
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 2.1.5" ,
4
4
"description" : " PostCSS loader for webpack" ,
5
5
"main" : " lib/index.js" ,
6
- "engines" : {
7
- "node" : " >= 4"
8
- },
9
6
"files" : [
10
7
" lib"
11
8
],
9
+ "engines" : {
10
+ "node" : " >= 4"
11
+ },
12
12
"dependencies" : {
13
13
"loader-utils" : " ^1.1.0" ,
14
14
"postcss" : " ^6.0.0" ,
21
21
"memory-fs" : " ^0.4.0" ,
22
22
"postcss-import" : " ^11.0.0" ,
23
23
"postcss-js" : " ^1.0.0" ,
24
- "standard" : " ^10 .0.0" ,
24
+ "standard" : " ^11 .0.0" ,
25
25
"standard-version" : " ^4.0.0" ,
26
26
"sugarss" : " ^1.0.0" ,
27
27
"util.promisify" : " ^1.0.0" ,
28
28
"webpack" : " ^3.0.0"
29
29
},
30
30
"scripts" : {
31
- "clean" : " rm -rf coverage test/outputs" ,
32
- "lint" : " standard" ,
33
- "docs" : " jsdoc2md lib/index.js > LOADER.md" ,
34
- "postdocs" : " npm run clean" ,
35
- "pretest" : " npm run clean" ,
31
+ "lint" : " standard --env jest" ,
36
32
"test" : " jest --verbose --coverage" ,
33
+ "docs" : " jsdoc2md lib/index.js > LOADER.md" ,
34
+ "clean" : " rm -rf coverage test/outputs" ,
37
35
"release" : " standard-version"
38
36
},
39
- "jest" : {
40
- "collectCoverageFrom" : [
41
- " lib/*.js"
42
- ]
43
- },
44
- "standard" : {
45
- "env" : {
46
- "jest" : true
47
- },
48
- "ignore" : [
49
- " *.test.js"
50
- ]
51
- },
52
37
"keywords" : [
53
38
" css" ,
54
39
" postcss" ,
You can’t perform that action at this time.
0 commit comments