File tree 1 file changed +14
-11
lines changed
1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.28.7" ,
4
4
"author" : " Tobias Koppers @sokra" ,
5
5
"description" : " css loader module for webpack" ,
6
- "engines" : {
7
- "node" : " >=0.12.0 || >=4.3.0 <5.0.0 || >=5.10"
8
- },
9
6
"files" : [
10
7
" index.js" ,
11
8
" locals.js" ,
12
9
" lib"
13
10
],
11
+ "scripts" : {
12
+ "test" : " mocha" ,
13
+ "test:cover" : " npm run cover -- --report lcovonly" ,
14
+ "lint" : " eslint lib test" ,
15
+ "travis:test" : " npm run cover" ,
16
+ "travis:lint" : " npm run lint" ,
17
+ "cover" : " istanbul cover node_modules/mocha/bin/_mocha" ,
18
+ "release" : " yarn run standard-version"
19
+ },
14
20
"dependencies" : {
15
21
"babel-code-frame" : " ^6.11.0" ,
16
22
"css-selector-tokenizer" : " ^0.7.0" ,
35
41
"should" : " ^11.1.2" ,
36
42
"standard-version" : " ^4.0.0"
37
43
},
38
- "scripts" : {
39
- "test" : " mocha" ,
40
- "test:cover" : " npm run cover -- --report lcovonly" ,
41
- "lint" : " eslint lib test" ,
42
- "travis:test" : " npm run cover" ,
43
- "travis:lint" : " npm run lint" ,
44
- "cover" : " istanbul cover node_modules/mocha/bin/_mocha" ,
45
- "release" : " yarn run standard-version"
44
+ "peerDependencies" : {
45
+ "webpack" : " ^3.0.0 || ^4.0.0-alpha.0 || ^4.0.0"
46
+ },
47
+ "engines" : {
48
+ "node" : " >= 6 || >= 8"
46
49
},
47
50
"repository" : {
48
51
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments