File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 ],
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}
You can’t perform that action at this time.
0 commit comments