Skip to content

Commit

Permalink
Merge pull request #200 from kuzzleio/fix/typescript-module-not-found
Browse files Browse the repository at this point in the history
Move typescript from dev-deps to deps
  • Loading branch information
rolljee authored Dec 14, 2023
2 parents 0c2e17b + 1b7d6c6 commit bb9a787
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
28 changes: 19 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"tar": "^6.1.11",
"tmp": "^0.2.1",
"tslib": "^2.3.1",
"ws": "^8.8.0"
"ws": "^8.8.0",
"typescript": "4.4.*"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
Expand Down Expand Up @@ -72,8 +73,7 @@
"prettier-eslint": "^12.0.0",
"should": "^13.2.3",
"source-map-support": "^0.5.19",
"ts-node": "10.9.*",
"typescript": "4.4.*"
"ts-node": "10.9.*"
},
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit bb9a787

Please sign in to comment.