-
Notifications
You must be signed in to change notification settings - Fork 83
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
hubot-scripts.json is deprecated #75
Labels
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi, |
lornajane
added a commit
to lornajane/generator-hubot
that referenced
this issue
Jun 18, 2017
This file is no longer used; the generator creates an empty one and the bot then produces a warning to delete the empty file. This patch just removes the file from the generator so fresh installs never need to care about this.
we already have a pull request that will resolve this issue at #91. We hope to merge and release it soon :) |
gr2m
added a commit
that referenced
this issue
Jun 26, 2017
Remove references to hubot-scripts.json fixes #75
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The generator script creates a hubot-scripts.json file, which is deprecated. It should be removed from the generator
https://github.com/github/generator-hubot/blob/97746f1fe73df1aa00859c9a8c9ba5fd4fedae9e/generators/app/index.js#L254
https://github.com/github/hubot/blob/498d65611388d2881e6ae24f74bd68a832a24211/bin/hubot#L110-L112
The text was updated successfully, but these errors were encountered: