Skip to content

Commit 588bdb4

Browse files
committed
fix: adds deps to chomp build; updates SECURITY.md
1 parent e7fa285 commit 588bdb4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ This project is currently slowly iterating towards a v1 release!
1010

1111
## Reporting a Vulnerability
1212

13-
To report a Vulnerability, submit an [issue](https://github.com/yowainwright/merge-tsconfig/issues) or [pull request](https://github.com/yowainwright/merge-tsconfig/pulls)!
13+
To report a Vulnerability, submit an [issue](https://github.com/jspm/node-importmap-http-loader/issues) or [pull request](https://github.com/jspm/node-importmap-http-loader/pulls)!

chompfile.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version = 0.1
33
[[task]]
44
name = 'build'
55
run = 'tsup src/loader.ts --format esm,cjs --dts'
6+
deps = 'npm:install'
67

78
[[task]]
89
name = 'clean'

0 commit comments

Comments
 (0)