Skip to content

Commit ba3c8e8

Browse files
committed
add MIT-0 libs used for dev tooling only
1 parent f96ad47 commit ba3c8e8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"**/CHANGELOG.md",
1818
"**/package.json",
1919
"**/esbuild.js",
20-
".eslintrc.js"
20+
".eslintrc.js",
21+
"js-green-licenses.json"
2122
],
2223
"files": ["**/*.{js,cjs,mjs,ts,jsx,tsx,md,mdx,html,json,css,toml,yaml,yml}"]
2324
}

js-green-licenses.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"packageAllowlist": [
33
// MIT, just lacking SPDX in manifest
44
"valid-url",
5-
"argparse"
5+
"argparse",
6+
// MIT-0
7+
"postcss-nesting",
8+
"@csstools/selector-specificity"
69
]
710
}

0 commit comments

Comments
 (0)