Commit aaf1672 1 parent 305840c commit aaf1672 Copy full SHA for aaf1672
File tree 1 file changed +9
-14
lines changed
1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 11
11
],
12
12
"dependencies" : {
13
13
"loader-utils" : " ^1.1.0" ,
14
- "postcss" : " ^6.0.2 " ,
14
+ "postcss" : " ^6.0.0 " ,
15
15
"postcss-load-config" : " ^1.2.0" ,
16
16
"schema-utils" : " ^0.3.0"
17
17
},
18
18
"devDependencies" : {
19
- "coveralls" : " ^2.13.1 " ,
20
- "fs-extra" : " ^3.0.1 " ,
21
- "jest" : " ^20 .0.4 " ,
19
+ "coveralls" : " ^2.0.0 " ,
20
+ "fs-extra" : " ^3.0.0 " ,
21
+ "jest" : " ^21 .0.0 " ,
22
22
"jsdoc-to-markdown" : " ^3.0.0" ,
23
23
"postcss-js" : " ^1.0.0" ,
24
- "standard" : " ^10.0.2 " ,
25
- "standard-version" : " ^4.1 .0" ,
24
+ "standard" : " ^10.0.0 " ,
25
+ "standard-version" : " ^4.0 .0" ,
26
26
"sugarss" : " ^1.0.0" ,
27
27
"webpack" : " ^3.0.0"
28
28
},
29
29
"scripts" : {
30
- "clean" : " rm -rf dmd jsdoc-api jest_0 coverage test/builds" ,
30
+ "clean" : " rm -rf dmd jsdoc-api jest* coverage test/builds" ,
31
31
"lint" : " standard" ,
32
32
"docs" : " jsdoc2md lib/index.js > LOADER.md" ,
33
33
"pretest" : " npm run lint && npm run test:build" ,
52
52
" webpack-loader"
53
53
],
54
54
"author" : " Andrey Sitnik <andrey@sitnik.ru>" ,
55
- "repository" : {
56
- "type" : " git" ,
57
- "url" : " https://github.com/postcss/postcss-loader.git"
58
- },
59
- "bugs" : {
60
- "url" : " https://github.com/postcss/postcss-loader/issues"
61
- },
55
+ "repository" : " https://github.com/postcss/postcss-loader.git" ,
56
+ "bugs" : " https://github.com/postcss/postcss-loader/issues" ,
62
57
"homepage" : " https://github.com/postcss/postcss-loader#readme" ,
63
58
"license" : " MIT"
64
59
}
You can’t perform that action at this time.
0 commit comments