Skip to content

Commit 481006a

Browse files
Linting package.json
1 parent 86d79c4 commit 481006a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

plugins/postcss-logical/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,17 @@
5656
"lint:eslint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern",
5757
"lint:package-json": "node ../../.github/bin/format-package-json.mjs",
5858
"prepublishOnly": "npm run clean && npm run build && npm run test",
59-
"stryker": "stryker run --logLevel error",
6059
"test": "node .tape.mjs && npm run test:exports",
6160
"test:exports": "node ./test/_import.mjs && node ./test/_require.cjs",
6261
"test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs"
6362
},
63+
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical#readme",
6464
"repository": {
6565
"type": "git",
6666
"url": "https://github.com/csstools/postcss-plugins.git",
6767
"directory": "plugins/postcss-logical"
6868
},
69+
"bugs": "https://github.com/csstools/postcss-plugins/issues",
6970
"keywords": [
7071
"postcss-plugin"
7172
],
@@ -77,7 +78,5 @@
7778
},
7879
"volta": {
7980
"extends": "../../package.json"
80-
},
81-
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical#readme",
82-
"bugs": "https://github.com/csstools/postcss-plugins/issues"
81+
}
8382
}

0 commit comments

Comments
 (0)