Skip to content

Commit

Permalink
feat: support "types" and "typings" from TypeScript (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 authored and keithamus committed Jan 29, 2017
1 parent c054984 commit df11601
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ function sortPackageJson(packageJson) {
'files',
'main',
'jsnext:main',
'types',
'typings',
'style',
'example',
'examplestyle',
Expand Down

0 comments on commit df11601

Please sign in to comment.