Skip to content

Commit

Permalink
Dont require corrections for licensee
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Oct 6, 2024
1 parent aaaa9ab commit e8a5532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion licensee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
var docopt = require('docopt')
var docopt = require('@quenk/docopt')
var fs = require('fs')
var has = require('hasown')
var path = require('path')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@blueoak/list": "^15.0.0",
"@npmcli/arborist": "^7.2.1",
"correct-license-metadata": "^1.4.0",
"docopt": "^0.6.2",
"@quenk/docopt": "^1.0.1",
"hasown": "^2.0.0",
"npm-license-corrections": "^1.6.2",
"semver": "^7.6.0",
Expand Down

0 comments on commit e8a5532

Please sign in to comment.