Skip to content

Commit

Permalink
updated deps and ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit committed Jun 8, 2016
1 parent 7d0ded7 commit 8dd130b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.idea
src/
test/
test/
coverage/
.travis.yml
.babelrc
readme.md
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@
"description": "Queueing jobs in Node.js using PostgreSQL like a boss",
"main": "./lib/index.js",
"dependencies": {
"bluebird": "^3.3.4",
"bluebird": "^3.4.0",
"node-uuid": "^1.4.7",
"pg": "^4.5.1"
"pg": "^5.0.0"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-istanbul": "^0.8.0",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"isparta": "^4.0.0",
"istanbul": "^0.4.3",
"mocha": "^2.4.5"
},
"scripts": {
Expand Down

0 comments on commit 8dd130b

Please sign in to comment.