Skip to content

Commit

Permalink
version bump + change up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kc committed Jul 27, 2023
1 parent 39b0945 commit 6335be4
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 282 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-osquery",
"version": "0.1.0",
"version": "0.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
Expand All @@ -21,13 +21,12 @@
"test:coverage": "yarn test --coverage",
"test:badges": "yarn test:coverage && yarn jest-coverage-badges"
},
"dependencies": {
"dependencies": {},
"devDependencies": {
"@types/jest": "^29.5.3",
"jest": "^29.6.1",
"jest-coverage-badges": "^1.1.2",
"ts-jest": "^29.1.1"
},
"devDependencies": {
"ts-jest": "^29.1.1",
"@types/node": "^20.4.5",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
Expand Down
Loading

0 comments on commit 6335be4

Please sign in to comment.