Skip to content

Commit

Permalink
fix($compile): Make sure typescript declarations are exported correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
darcy-rayner committed Apr 14, 2018
1 parent 09a1e36 commit d175ee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ node_modules/
src/
types/*
!types/index.d.ts
coverage
.vscode/*

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"version": "0.1.0",
"main": "dist/index.js",
"types": "types/index.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"precommit": "lint-staged",
"commit": "git-cz",
Expand Down

0 comments on commit d175ee8

Please sign in to comment.