Skip to content

Commit

Permalink
chore(npmignore): only distribute types/index.d.ts
Browse files Browse the repository at this point in the history
The remaining files in the types/ directory don't need to be shipped to users. This commit updates
the `.npmignore` file to reflect that.
  • Loading branch information
macklinu committed May 14, 2017
1 parent f07f5d5 commit 3d654cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
yarn.lock
node_modules/
src/
types/*
!types/index.d.ts

0 comments on commit 3d654cd

Please sign in to comment.