Skip to content

Commit

Permalink
add MIT-0 libs used for dev tooling only
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jul 14, 2023
1 parent 566e41b commit d96a33b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"**/CHANGELOG.md",
"**/package.json",
"**/esbuild.js",
".eslintrc.js"
".eslintrc.js",
"js-green-licenses.json"
],
"files": ["**/*.{js,cjs,mjs,ts,jsx,tsx,md,mdx,html,json,css,toml,yaml,yml}"]
}
5 changes: 4 additions & 1 deletion js-green-licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"packageAllowlist": [
// MIT, just lacking SPDX in manifest
"valid-url",
"argparse"
"argparse",
// MIT-0
"postcss-nesting",
"@csstools/selector-specificity"
]
}

0 comments on commit d96a33b

Please sign in to comment.