Skip to content

Commit

Permalink
fix(jsii): jsii-fix-peers missing in npm tarball (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Nov 12, 2018
1 parent 588d29d commit 6915455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/jsii/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
!**/*.js
!**/*.d.ts
!bin/jsii
!bin/jsii-fix-peers


coverage
3 changes: 2 additions & 1 deletion packages/jsii/bin/jsii-fix-peers
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env node
require('./jsii-fix-peers.js');
require('./jsii-fix-peers.js');

0 comments on commit 6915455

Please sign in to comment.