SignalK / specification

Signal K is a JSON-based format for storing and sharing marine data from different sources (e.g. nmea 0183, 2000, seatalk, etc)
Other
91 stars 69 forks source link

fix: modify package.json to make it cross platform compatible. #419

Closed bkp7 closed 6 years ago

bkp7 commented 6 years ago

Added new dependency cross-var which allows npm environment variables to be included in scripts in a cross-platform way.

Substituted 'replace-in-file' in place of 'replace' package which is not cross platform compatible and is flagged as 'Unmaintained' by the author with no activity for over 3 years.

Tested on Windows 10 Version 1709 (build 16299.192) and Ubuntu xenial 16.04.3 LTS

bkp7 commented 6 years ago

Any thoughts or feedback? Can this be committed?

tkurki commented 6 years ago

Could cross-var and replace-in-file be devDepencies, like replace was previously?

bkp7 commented 6 years ago

You're quite right, sorry. Now moved.