Skip to content

Commit 22846d3

Browse files
chore(package): update standard v10.0.0...11.0.0 (devDependencies)
1 parent 928d5c4 commit 22846d3

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

package.json

+7-22
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "2.1.5",
44
"description": "PostCSS loader for webpack",
55
"main": "lib/index.js",
6-
"engines": {
7-
"node": ">= 4"
8-
},
96
"files": [
107
"lib"
118
],
9+
"engines": {
10+
"node": ">= 4"
11+
},
1212
"dependencies": {
1313
"loader-utils": "^1.1.0",
1414
"postcss": "^6.0.0",
@@ -21,34 +21,19 @@
2121
"memory-fs": "^0.4.0",
2222
"postcss-import": "^11.0.0",
2323
"postcss-js": "^1.0.0",
24-
"standard": "^10.0.0",
24+
"standard": "^11.0.0",
2525
"standard-version": "^4.0.0",
2626
"sugarss": "^1.0.0",
2727
"util.promisify": "^1.0.0",
2828
"webpack": "^3.0.0"
2929
},
3030
"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",
3632
"test": "jest --verbose --coverage",
33+
"docs": "jsdoc2md lib/index.js > LOADER.md",
34+
"clean": "rm -rf coverage test/outputs",
3735
"release": "standard-version"
3836
},
39-
"jest": {
40-
"collectCoverageFrom": [
41-
"lib/*.js"
42-
]
43-
},
44-
"standard": {
45-
"env": {
46-
"jest": true
47-
},
48-
"ignore": [
49-
"*.test.js"
50-
]
51-
},
5237
"keywords": [
5338
"css",
5439
"postcss",

0 commit comments

Comments
 (0)