diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-04 18:01:10 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-04 18:05:03 +0000 |
commit | d377e8ba146c4c597f7cf2041d4d5186a0977b50 (patch) | |
tree | 1cfc821d63afa34474ee71fc7e6666983915d623 /package.json | |
parent | a11f368e83598923014df9eda07821dc2ce143e7 (diff) | |
download | gleam_stdlib-d377e8ba146c4c597f7cf2041d4d5186a0977b50.tar.gz gleam_stdlib-d377e8ba146c4c597f7cf2041d4d5186a0977b50.zip |
Fix JS tests, discover bug
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index 0e087bf..0000000 --- a/package.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "type": "module", - "scripts": { - "test": "sh bin/test.sh" - } -} |