npm / npm-registry-client

http://npm.im/npm-registry-client
ISC License
264 stars 108 forks source link

Use a https schema so the example works #102

Closed evilpacket closed 9 years ago

evilpacket commented 9 years ago

When you try and run the example with the latest version of the lib it throws the following. This PR changes the example to use https, which works.

assert.js:93
  throw new assert.AssertionError({
        ^
AssertionError: must have a URL that starts with http: or https:
othiym23 commented 9 years ago

Landed as 40c445fc4bafbe4cd4cda301bd85a834321268cb. Thanks, Adam! npm: was an interesting idea that didn't quite pan out in practice.