Skip to content

Commit

Permalink
https://github.com/brianc/node-postgres/issues/838
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-yang-pearson-dev committed Aug 31, 2020
1 parent 3a4921b commit e902add
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@
"homepage": "https://github.com/bbachi/angular-nodejs-example#readme",
"dependencies": {
"angular": "^1.8.0",
"body-parser": "^1.19.0",
"boostrap": "^2.0.0",
"express": "^4.17.1",
"tslint": "^6.1.3"
"tslint": "^6.1.3",
"morgan": "~1.8.1",
"node-postgres": "^0.6.2",
"pg": "^8.2.1",
"popper.js": "^1.16.1",
"postgres-pool": "^3.1.2",
"request": "^2.88.2",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"del": "^5.1.0",
Expand Down

0 comments on commit e902add

Please sign in to comment.