Remove typescript from dependencies

This commit is contained in:
Rachel Fenichel
2021-01-08 10:58:04 -08:00
parent fc0c2c5dbe
commit 03cd8f13ca
2 changed files with 1 additions and 7 deletions

View File

@@ -87,7 +87,6 @@
"yargs": "^16.0.3"
},
"dependencies": {
"jsdom": "16.4.0",
"typescript": "^4.1.3"
"jsdom": "16.4.0"
}
}