Skip to content

Commit

Permalink
fix(typescript): restore types (#113)
Browse files Browse the repository at this point in the history
Add server.d.ts to .npmignore
  • Loading branch information
lucasterra authored and gregberge committed Sep 4, 2018
1 parent 682cebe commit 240bb8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -1,6 +1,7 @@
/*
!/babel.js
!/server.js
!/server.d.ts
!/dist/**/*.js
!/src/**/*.js
!/types/index.d.ts
Expand Down

0 comments on commit 240bb8f

Please sign in to comment.