Skip to content

Commit

Permalink
Don't ignore the typescript definitions when packaging (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Dax authored and Peter Murphy committed Oct 14, 2019
1 parent 3e14a0c commit 416b4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
src
!src/index.d.ts
test
docs
website
Expand Down

6 comments on commit 416b4a8

@jpmjpmjpm
Copy link

@jpmjpmjpm jpmjpmjpm commented on 416b4a8 Nov 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this fix. Is there a way to install the pondjs package including this commit with npm install? What is the appropriate command if yes?

@pjm17971
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to make a new npm release containing this. I was hoping to include another fix as well, but we'll see.

@jpmjpmjpm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your (very!) quick response. Any idea of the timeframe for this new npm release?

@pjm17971
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I published this as 0.9.0. Can you let me know if this causes any problems? I had to upgrade babel and although tests and my smoke test of this looked good, I could imagine something related to the transpiling not working now. I guess we'll see what breaks in the wild. Hence the rollback version is 0.8.10.

@jpmjpmjpm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made basic tests... and it seems to work! In fact I'm using pondjs with react-timeseries-charts. Do you know any issues between react-timeseries-charts and pondjs 0.9.0?

@pjm17971
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn’t be but let me know if you encounter anything.

Please sign in to comment.