8 Commits

Author SHA1 Message Date
David Deyen d34b34972e Node 14 (#8) 2022-09-08 13:35:51 +01:00
David Deyen 2036a6550a updating to node 8 (#3) 2019-06-12 19:41:48 +01:00
Robert Stettner c08790073d Merge pull request #2 from jones2026/patch-1
Adding newline to ensure added token works
2019-03-24 10:54:11 +00:00
John Jones e525938f74 Adding newline to ensure added token works 2019-03-22 21:24:56 -05:00
Robert Stettner ee7cb10ec1 Merge pull request #1 from trevorah/master
fix plugin trashing existing .npmrc
2019-01-14 16:38:28 +00:00
Andy Trevorah ab05668267 fix plugin trashing existing .npmrc
The fix is to append the contents of ~/.npmrc to the local /npmrc rather than overwrite it.

Also, this fixes an issue where only the first line would be appended (`always-auth` etc was getting lost). This was caused by echo only printing to the first carriage return. I've also stopped replacing whitespace with newlines as it seems error prone.
2019-01-14 16:16:01 +00:00
Robert Stettner d93e60b04d Adds token as a method of authentication 2018-07-16 16:53:02 +01:00
Robert Stettner 719fc279b6 initial commit 2017-07-27 11:22:16 +01:00