Skip to content

Commit

Permalink
chore: update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Jan 13, 2023
1 parent 2e341d2 commit 307d34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap-snapshots/test/verify-package.test.ts.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ package.json should contain the following entries to ensure that commonjs and es
".": {
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"import": "./dist/index.esm.js",
"default": "./dist/index.js"
}
},
Expand Down

0 comments on commit 307d34d

Please sign in to comment.