Skip to content

Commit

Permalink
move @types/klaw to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrid committed Jan 29, 2024
1 parent aa5eed7 commit 153d42f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
},
"dependencies": {
"@robertsspaceindustries/sub": "^1.0.8",
"@types/klaw": "^3.0.6",
"commander": "^11.1.0",
"klaw": "^4.1.0",
"picocolors": "^1.0.0"
},
"devDependencies": {
"@types/klaw": "^3.0.6",
"@types/node": "^20.11.7",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
Expand All @@ -51,4 +51,3 @@
"typescript": "^5.3.3"
}
}

10 changes: 6 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 153d42f

Please sign in to comment.