Skip to content

Commit

Permalink
feat: add typings attr to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asins authored and asins committed Apr 21, 2023
1 parent 69e278b commit d86b5ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
"clone",
"recursive"
],
"version": "4.3.1",
"version": "4.3.2",
"homepage": "https://github.com/TehShrike/deepmerge",
"repository": {
"type": "git",
"url": "git://github.com/TehShrike/deepmerge.git"
},
"main": "dist/deepmerge.cjs.js",
"module": "dist/deepmerge.esm.js",
"typings": "index.d.ts",
"engines": {
"node": ">=0.10.0"
},
Expand Down

0 comments on commit d86b5ee

Please sign in to comment.