Skip to content

Commit

Permalink
build: Move Typescript declaration into dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Nov 1, 2023
1 parent 3966739 commit 5a6a69a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@octokit/rest": "^20.0.1",
"@types/luxon": "^3.3.3",
"@types/needle": "^3.2.2",
"@types/node": "^20.8.10",
"commander": "^11.1.0",
"luxon": "^3.3.0",
"needle": "^3.2.0",
Expand All @@ -30,9 +33,6 @@
"typescript": "^5.0.2"
},
"devDependencies": {
"@types/luxon": "^3.3.3",
"@types/needle": "^3.2.2",
"@types/node": "^20.1.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
Expand Down

0 comments on commit 5a6a69a

Please sign in to comment.