Skip to content

Commit 1831fe7

Browse files
authored
Merge pull request #29 from SocketDev/0.5.2
2 parents 4950bda + 85cb959 commit 1831fe7

File tree

6 files changed

+11634
-3
lines changed

6 files changed

+11634
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/lib/shadow/bin
1010

1111
# We're a library, so please, no lock files
12-
/package-lock.json
1312
/yarn.lock
1413

1514
# Generated types

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+
}

0 commit comments

Comments
 (0)