Skip to content

Commit

Permalink
package renamed to sensor_tsl2561 because the npm database require al…
Browse files Browse the repository at this point in the history
…l in lower case

* Error message was: New packages must have all-lowercase names: sensorTSL2561
  • Loading branch information
imwebgefunden committed Jan 18, 2014
1 parent 9fd7be5 commit ef3b6d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
datasheets
node_modules
npm-debug.log
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sensorTSL2561",
"name": "sensor_tsl2561",
"version": "0.2.0",
"description": "A node.js-module for the TSL2561 light sensor",
"main": "tsl2561.js",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This driver/module based on the [latest datasheet from ams](http://www.ams.com/e
```
#!bash
$ npm install sensorTSL2561
$ npm install sensor_tsl2561
```
#### Raspberry PI
Enable [i2c on your Pi](https://github.com/kelly/node-i2c#raspberry-pi-setup) if you haven't done already. To avoid having to run the i2c tools as root add the ‘pi’ user to the i2c group:
Expand Down

0 comments on commit ef3b6d2

Please sign in to comment.