diff options
author | sanine <sanine.not@pm.me> | 2022-05-24 22:50:54 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-05-24 22:50:54 -0500 |
commit | 550b5a5a626c05e93dd5aafbed9f7b6bb62807e9 (patch) | |
tree | 6f91c418bad5b6053b04451b161f313e39a209f4 /package.json | |
parent | 79e97c771f09bcca414d7eb3e68376357518a3ae (diff) |
remove jest and other dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index 1368716..bedb411 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,3 @@ { - "scripts": { - "test": "jest" - } + "type": "module" } |