diff options
Diffstat (limited to 'tests/testdata/publish/jsr_jsonc/jsr.jsonc')
-rw-r--r-- | tests/testdata/publish/jsr_jsonc/jsr.jsonc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/testdata/publish/jsr_jsonc/jsr.jsonc b/tests/testdata/publish/jsr_jsonc/jsr.jsonc deleted file mode 100644 index 4c9dfb08c..000000000 --- a/tests/testdata/publish/jsr_jsonc/jsr.jsonc +++ /dev/null @@ -1,11 +0,0 @@ -{ - // It's .jsonc file so it can have comments - "name": "@foo/bar", - "version": "1.0.0", - "exports": { - ".": "./mod.ts" - }, - "imports": { - "@std/http": "./std_http.ts" - } -} |