Skip to content

Commit

Permalink
fix: add typescript to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu authored Oct 17, 2024
1 parent cc5a056 commit 603cbb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"homepage": "https://github.com/2anki/csv-to-apkg#readme",
"devDependencies": {
"typescript": "^5.0.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^22.0.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
Expand All @@ -50,4 +51,4 @@
"files": [
"dist"
]
}
}

0 comments on commit 603cbb7

Please sign in to comment.