-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabled use with NPM #25
Conversation
Gogogo! |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/AronRubin/QR-Code-generator.git" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"url": "git+https://github.com/AronRubin/QR-Code-generator.git" | |
"url": "git+https://github.com/nayuki/QR-Code-generator.git" |
"author": "Project Nayuki (me@nayuki.io)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/AronRubin/QR-Code-generator/issues" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"url": "https://github.com/AronRubin/QR-Code-generator/issues" | |
"url": "https://github.com/nayuki/QR-Code-generator/issues" |
"bugs": { | ||
"url": "https://github.com/AronRubin/QR-Code-generator/issues" | ||
}, | ||
"homepage": "https://github.com/AronRubin/QR-Code-generator#readme" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"homepage": "https://github.com/AronRubin/QR-Code-generator#readme" | |
"homepage": "https://github.com/nayuki/QR-Code-generator#readme" |
#unmaintened #close |
In one of my projects, I wanted to use this lib but didn't want to copy-paste its code to the project's repo. So I created an npm package: https://www.npmjs.com/package/nayuki-qr-code-generator |
Added a package.json so this project can be used in a NPM managed environment.