Skip to content

Commit

Permalink
oops, that was in the wrong package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Sep 23, 2023
1 parent 8497f78 commit cdd36df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/integration/sniff-bytes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"devDependencies": {
"@neon-rs/cli": "*",
"@tsconfig/node16": "^16.1.0",
"typescript": "^5.2.2",
"@babel/plugin-syntax-typescript": "^7.22.5"
"typescript": "^5.2.2"
},
"dependencies": {
"@neon-rs/load": "*"
Expand Down
3 changes: 2 additions & 1 deletion test/integration/test-sniff-bytes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"@jest/globals": "^29.6.4",
"@tsconfig/node16": "^16.1.1",
"jest": "^29.6.4",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"@babel/plugin-syntax-typescript": "^7.22.5"
},
"dependencies": {
"sniff-bytes": "^1.0.0"
Expand Down

0 comments on commit cdd36df

Please sign in to comment.