Skip to content

Commit

Permalink
Merge branch 'main' into 348-improve-datatype-bigint
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored May 23, 2022
2 parents 9cd8b56 + 73db3a7 commit a846ac9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
"types": "index.d.ts",
"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.0": {
"*": [
Expand All @@ -33,10 +33,12 @@
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.mjs"
},
"./locale/*": {
"types": "./dist/types/locale/*.d.ts",
"require": "./dist/cjs/locale/*.js",
"import": "./dist/esm/locale/*.mjs"
},
Expand Down Expand Up @@ -133,7 +135,7 @@
"vitepress": "~0.22.4",
"vitest": "~0.12.9"
},
"packageManager": "pnpm@7.1.2",
"packageManager": "pnpm@7.1.3",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down

0 comments on commit a846ac9

Please sign in to comment.