Author: Tim Perry

  • Resin SDK v6 released: OS metadata, browser support, custom locations and more

    The resin SDK [https://github.com/resin-io/resin-sdk] provides a familiar and well-documented wrapper around the resin.io API- allowing you to automate your fleet’s operations from JavaScript. It’s a great way to coordinate and connect your fleet’s behavior to external API’s in just a few lines of code. We’re very excited to announce a major new release of the…

  • Safely Migrating Away From ‘prepublish’ with npm 4

    The prepublish script in npm has been contentious [https://github.com/npm/npm/issues/3059] for quite some time- and in npm 4 it’s finally been deprecated- in the first step on the long road to a real fix. If you’re currently using prepublish to ensure certain tasks get run before publish though- actually putting this into action in a development…