Skip to content

Commit

Permalink
chore(release): @deno/shim-deno 0.17 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Nov 13, 2023
1 parent 6426aa1 commit a192fd9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/shim-deno-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deno/shim-deno-test",
"version": "0.4.0",
"version": "0.5.0",
"description": "Deno.test only shim.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/shim-deno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deno/shim-deno",
"version": "0.16.1",
"version": "0.17.0",
"description": "Deno namespace shim for Node.js",
"keywords": [
"deno namespace",
Expand Down Expand Up @@ -38,7 +38,7 @@
"update-progress": "deno run --allow-read tools/missing.ts > PROGRESS.md"
},
"dependencies": {
"@deno/shim-deno-test": "^0.4.0",
"@deno/shim-deno-test": "^0.5.0",
"which": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit a192fd9

Please sign in to comment.