Skip to content

Commit

Permalink
2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Jun 2, 2023
1 parent a471c51 commit cc5ff03
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "tslib",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "2.5.2",
"version": "2.5.3",
"license": "0BSD",
"description": "Runtime library for TypeScript helper functions",
"keywords": [
Expand All @@ -29,15 +29,15 @@
"exports": {
".": {
"module": {
"types": "./tslib/modules/index.d.ts",
"default": "./tslib.es6.mjs"
"types": "./tslib/modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
Expand Down

0 comments on commit cc5ff03

Please sign in to comment.