Remove "type" field from package.json files

This commit is contained in:
Simon Larsen
2024-03-16 18:42:59 +00:00
parent 5da16c2c09
commit f12e2eebc5
3 changed files with 0 additions and 3 deletions

View File

@@ -3,7 +3,6 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "jest --detectOpenHandles",
"coverage": "jest --detectOpenHandles --coverage",

View File

@@ -3,7 +3,6 @@
"version": "1.0.0",
"description": "",
"main": "index.ts",
"type": "module",
"scripts": {
"compile": "tsc",
"clear-modules": "rm -rf node_modules && rm package-lock.json && npm install",

View File

@@ -3,7 +3,6 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "jest --detectOpenHandles",
"coverage": "jest --detectOpenHandles --coverage",