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

Update dependencies to enable Greenkeeper 🌴 #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Job Finder
------
-------

Test and Behavior Driven Development - built with MongoDB, Express, Angular and Node

[![Greenkeeper badge](https://badges.greenkeeper.io/sethbergman/jobfinder.svg)](https://greenkeeper.io/)
[![npm](https://img.shields.io/npm/v/npm.svg?maxAge=2592000)](https://github.com/sethbergman/jobfinder)
[![Dependency Status](https://david-dm.org/sethbergman/jobfinder.svg)](https://david-dm.org/sethbergman/jobfinder)
[![devDependency Status](https://david-dm.org/sethbergman/jobfinder/dev-status.svg)](https://david-dm.org/sethbergman/jobfinder#info=devDependencies)
Expand Down Expand Up @@ -51,7 +53,7 @@ If you are developing locally and you want karma to watch the files for changes
### Deployment

This application uses the 12 Factor methodology for building applications which run as a service.
Learn more about __<a href="http://12factor.stackriot.com" target="_blank">The Twelve Factors</a>__.
Learn more about __<a href="http://12factor.net" target="_blank">The Twelve Factors</a>__.

I use <a href="http://dokku.viewdocs.io/dokku/" target="_blank">dokku</a>, a Docker powered mini-Heroku that I run on my own server. The only environment variable I had to set is the `MONGODB_URL`. It's NEVER a good idea to commit your database connection string into the repository. In my project's root directory, I entered the following in my terminal window.

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"homepage": "https://github.com/sethbergman/jobfinder#readme",
"dependencies": {
"angular": "^1.5.3",
"bluebird": "^2.0.7",
"bluebird": "^3.4.7",
"body-parser": "^1.15.0",
"bootstrap": "^3.3.6",
"express": "^4.13.4",
"jade": "^1.11.0",
"jquery": "^2.2.3",
"jquery": "^3.1.1",
"mongoose": "^4.4.12",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"bower": "^1.7.9",
"chai": "^3.5.0",
"karma": "^0.13.22",
"karma": "^1.4.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.3",
"karma-mocha": "^0.2.2",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"mocha": "^3.2.0",
"supertest": "^2.0.1"
},
"david": {
"ignore": [
Expand Down