File tree 2 files changed +21
-16
lines changed
2 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 14
14
"insertAt" : {
15
15
"type" : [" string" , " object" ]
16
16
},
17
+ "insertInto" : {
18
+ "anyOf" : [
19
+ { "type" : " string" },
20
+ { "instanceof" : " Function" }
21
+ ]
22
+ },
17
23
"singleton" : {
18
24
"type" : " boolean"
19
25
},
24
30
"type" : " boolean"
25
31
}
26
32
},
27
- "additionalProperties" : true
33
+ "additionalProperties" : false
28
34
}
Original file line number Diff line number Diff line change 15
15
" options.json"
16
16
],
17
17
"dependencies" : {
18
- "loader-utils" : " ^1.0.2 " ,
19
- "schema-utils" : " ^0.3.0 "
18
+ "loader-utils" : " ^1.1.0 " ,
19
+ "schema-utils" : " ^0.4.3 "
20
20
},
21
21
"devDependencies" : {
22
- "css-loader" : " ^0.28.3 " ,
23
- "file-loader" : " ^0.11.1 " ,
24
- "jsdom" : " ^9.12 .0" ,
25
- "memory-fs" : " ^0.4.1 " ,
26
- "mocha" : " ^3.4.2 " ,
27
- "sinon" : " ^2.4.1 " ,
22
+ "css-loader" : " ^0.28.0 " ,
23
+ "file-loader" : " ^1.0.0 " ,
24
+ "jsdom" : " ^9.0 .0" ,
25
+ "memory-fs" : " ^0.4.0 " ,
26
+ "mocha" : " ^3.0.0 " ,
27
+ "sinon" : " ^2.0.0 " ,
28
28
"standard-version" : " ^4.0.0" ,
29
- "webpack" : " ^2.6.1 "
29
+ "webpack" : " ^2.0.0 "
30
30
},
31
31
"scripts" : {
32
32
"test" : " mocha" ,
33
- "travis:test" : " yarn run test" ,
34
- "release" : " yarn run standard-version"
35
- },
36
- "repository" : {
37
- "type" : " git" ,
38
- "url" : " git@github.com:webpack-contrib/style-loader.git"
33
+ "travis:test" : " npm run test" ,
34
+ "release" : " standard-version"
39
35
},
36
+ "repository" : " https://github.com/webpack-contrib/style-loader.git" ,
37
+ "bugs" : " https://github.com/webpack-contrib/style-loader/issues" ,
38
+ "homepage" : " https://github.com/webpack-contrib/style-loader#readme" ,
40
39
"license" : " MIT"
41
40
}
You can’t perform that action at this time.
0 commit comments