Skip to content

Commit

Permalink
update pg version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisonian committed Dec 6, 2015
1 parent 08cc9f8 commit d153892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion app/models/visualizationtype.js
@@ -1,5 +1,4 @@
var path = require('path');
var git = require('gift');
var fs = require('fs-extra');
var Q = require('q');
var uuid = require('node-uuid');
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -69,7 +69,6 @@
"express": "^4.13.1",
"forever": "^0.11.1",
"fs-extra": "^0.11.1",
"gift": "^0.4.3-1",
"glob": "^4.0.6",
"highlight.js": "^8.2.0",
"immutable": "^3.7.4",
Expand All @@ -83,7 +82,7 @@
"node-uuid": "^1.4.1",
"npm": "~2.12.1",
"path": "~0.4.9",
"pg": "~3.4.1",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"pym.js": "^0.4.1",
"q": "~1.0.1",
Expand Down

0 comments on commit d153892

Please sign in to comment.