littlebits / cloud-client-api-http

Lightweight wrapper for littleBits Cloud HTTP API
GNU General Public License v3.0
32 stars 10 forks source link

Use the NPM registry for NPM installs #19

Closed MichielDeMey closed 8 years ago

MichielDeMey commented 8 years ago

I suggest we use the NPM registry for NPM installs. The command specified in the README doesn't work.

In the new NPM version, the @ is deprecated and I believe it should be cloud-client-api-http not cloud-http. :)

jasonkuhrt commented 8 years ago

Sorry, we made a mistake by having the module private. Its now public and should work.

In the new NPM version, the @ is deprecated

Can you clarify? I think you are confused. @ was introduced for namespaces.

Let us know if this works for you now:

npm install --save @littlebits/cloud-http
MichielDeMey commented 8 years ago

I tried it using the @ for namespaces, but I couldn't get it to work. To be honest I've never used namespaces before. :)

jasonkuhrt commented 8 years ago

@MichielDeMey No problem, and thanks for reporting this issue.