Skip to content
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

Clean up codebase #34

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Actually describe this project in package.json
ErikBoesen committed Sep 15, 2019
commit ec15cb9aa69585380b47e63d63552444bafd4dbd
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-js-getting-started",
"name": "bot-tutorial",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was never changed from wherever it was copied from.

"version": "0.1.2",
"description": "A sample Node.js app using Express 4",
"description": "A simple GroupMe bot written in Node.js",
"main": "index.js",
"scripts": {
"start": "node index.js"
@@ -15,12 +15,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
"url": "https://github.com/groupme/bot-tutorial-nodejs"
},
"keywords": [
"node",
"heroku",
"express"
"express",
"groupme",
"bot"
],
"license": "MIT"
}