feedhenry / fh-sync

Node.js implementation of the FeedHenry Data Synchronisation Server. To be used in conjunction with the FeedHenry Data Synchronisation Client.
http://feedhenry.org
Apache License 2.0
5 stars 17 forks source link

Update typings. Add typescript example. Cleanup package.json #41

Open evanshortiss opened 6 years ago

evanshortiss commented 6 years ago

See notes in the PR for more information. This is aimed at making some improvements to TS support/docs/typings.

wtrocki commented 6 years ago

Build is failing on node8. Let's remove it. I will need time to get that tested with RainCatcher and I think we can merge it then.

wtrocki commented 6 years ago

@evanshortiss Reviewed locally. Great contribution. Some minor problems need to be resolved and we are good to go!

evanshortiss commented 6 years ago

@wtrocki updated to remove Node.js 0.10 and 8 (temporarily) from CI 👍

wtrocki commented 6 years ago

@evanshortiss Thanks for contribution. Tried that locally

Added 2 commits to fix minor issues. If you are ok with all I think we can merge it and publish your changes to npm.

evanshortiss commented 6 years ago

@wtrocki looks good, the only thing is I might remove ts-node as per the comments you and @MikeyBurkman had. Safer that way.

wtrocki commented 6 years ago

Triggering build again. It's failing due to npm issues.