Skip to content

Commit 7845e42

Browse files
committed
missing files
1 parent f507a88 commit 7845e42

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

lib/shadow/bin/npm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env node
2+
require('../npm-cli.cjs')

lib/shadow/bin/npx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env node
2+
require('../npx-cli.cjs')

lib/shadow/global.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
declare module 'hyperlinker' {
2+
export = (msg: string, href: URL['href']) => string
3+
}

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
},
2626
"files": [
2727
"cli.js",
28-
"lib/**/*.js"
28+
"lib/**/*.js",
29+
"lib/**/*.json",
30+
"lib/**/*.cjs",
31+
"lib/shadow/**"
2932
],
3033
"scripts": {
3134
"echo": "echo $PATH",

0 commit comments

Comments
 (0)