Skip to content

Commit

Permalink
fix: Set typescript as dev dependency (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhamlin authored Dec 18, 2022
1 parent e0ae3f1 commit ace2914
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"url": "https://github.com/adamhamlin/deep-equality-data-structures/issues"
},
"homepage": "https://github.com/adamhamlin/deep-equality-data-structures#readme",
"dependencies": {
"object-hash": "^3.0.0"
},
"devDependencies": {
"@adamhamlin/eslint-config": "^1.3.0",
"@tsconfig/recommended": "^1.0.1",
Expand All @@ -52,10 +55,7 @@
"jest": "^29.3.1",
"lint-staged": "^13.0.3",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1"
},
"dependencies": {
"object-hash": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}

0 comments on commit ace2914

Please sign in to comment.