sysrun/node-raspi2c

Copied code. BSD license issue. Unpublish npm.

Opened this issue · 3 comments

BSD license specifies that redistribution is only possible with proper source attribution. I'd recommend you fork my repo, and issue a pull request with your changes instead of creating a separate repo and npm. Thanks!

Hm, ok. So i should publish my changes in you repo and include the module in my own one.

Do the changes in your fork. If you think they should be integrated, issue a pull request. Instead of creating a new npm, you can just refer to your fork

"dependencies": {
  "i2c": "https://github.com/sysrun/node-i2c/tarball/master"
}

I dont want to use coffeescript. How to do pull requests to your repo?