Skip to content

Commit

Permalink
Removed Typescript references and dependencies from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftyp authored Sep 20, 2023
1 parent 32cadc0 commit 7066b3c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
kk{
"name": "@hotwired/turbo",
"version": "7.3.0",
"description": "The speed of a single-page web application without having to write any JavaScript",
"module": "dist/turbo.es2017-esm.js",
"main": "dist/turbo.es2017-umd.js",
"files": [
"dist/*.js",
"dist/*.js.map",
"dist/types/**/*"
"dist/*.js.map"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,8 +36,6 @@
"@open-wc/testing": "^3.1.7",
"@playwright/test": "^1.28.0",
"@rollup/plugin-node-resolve": "13.1.3",
"@rollup/plugin-typescript": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@web/dev-server-esbuild": "^0.3.3",
"@web/test-runner": "^0.15.0",
"@web/test-runner-playwright": "^0.9.0",
Expand Down

0 comments on commit 7066b3c

Please sign in to comment.