Skip to content

Commit

Permalink
fix types path
Browse files Browse the repository at this point in the history
  • Loading branch information
Raice Hannay committed Jan 27, 2023
1 parent 51c8c32 commit 56efc48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ts-deepmerge",
"type": "module",
"license": "ISC",
"version": "6.0.0",
"version": "6.0.1",
"scripts": {
"clean": "rimraf ./{cjs,esm}/!(package.json)",
"compile": "yarn clean && yarn compile:esm && yarn compile:cjs",
Expand Down Expand Up @@ -50,7 +50,7 @@
"**/index.js",
"**/*.d.ts"
],
"types": "dist/index.d.ts",
"types": "./cjs/index.d.ts",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"devDependencies": {
Expand Down

0 comments on commit 56efc48

Please sign in to comment.