Skip to content

Commit

Permalink
build: rename "typings" → "types"
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Mar 8, 2021
1 parent 0999e37 commit 406b9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "An optimised way to copy'ing an object. A small and simple integration",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "types/index.d.ts",
"types": "types/index.d.ts",
"scripts": {
"test": "ava",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
Expand Down

0 comments on commit 406b9fa

Please sign in to comment.