Skip to content

Commit

Permalink
Remove the typings field in package.json
Browse files Browse the repository at this point in the history
It's not needed as TypeScript infers the file just like Node.js does for `index.js`.
  • Loading branch information
sindresorhus authored and novemberborn committed Feb 11, 2019
1 parent d066f6f commit 2fce19f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -168,7 +168,6 @@
"xo": "^0.24.0",
"zen-observable": "^0.8.13"
},
"typings": "index.d.ts",
"xo": {
"ignores": [
"media/**",
Expand Down

0 comments on commit 2fce19f

Please sign in to comment.