Skip to content

Commit

Permalink
Merge pull request #22 from rimmer/master
Browse files Browse the repository at this point in the history
Updated sqlite (support Node 10 ,issue #20), gzip for body
  • Loading branch information
Jimbly authored Sep 18, 2019
2 parents 5b42136 + 3d6ab08 commit 13d7439
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
},
"dependencies": {
"addr": "^1.0.1",
"body-parser": "^1.15.2",
"body-parser": "^1.19.0",
"bootstrap": "^3.3.7",
"connect-busboy": "0.0.2",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express": "^4.17.1",
"express-decompress": "0.0.2",
"express-handlebars": "^3.1.0",
"express-paginate": "^0.2.2",
"fs-promise": "^1.0.0",
"handlebars-paginate": "^0.1.0",
Expand All @@ -35,18 +36,17 @@
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"sequelize": "^3.27.0",
"sqlite3": "^3.1.8",
"sqlite3": "^4.1.0",
"stream-to-array": "^2.3.0",
"title-case": "^2.1.0",
"tmp": "^0.0.30"
},
"devDependencies": {
"coffee-script": "^1.11.1",
"grunt": "^1.0.1",
"grunt-contrib-coffee": "^1.0.0",
"grunt-coffeelint": "^0.0.16",
"grunt-cli": "^1.2.0",
"grunt-shell": "^2.1.0",
"grunt-coffeelint": "^0.0.16",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-express-server": "^0.5.3",
"rimraf": "^2.5.4"
Expand Down
1 change: 1 addition & 0 deletions src/app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ run = ->
symfileUrl: (id) -> "/symfiles/#{id}"
titleCase: titleCase

breakpad.use(require('express-decompress').create());
breakpad.set 'json spaces', 2
breakpad.set 'views', path.resolve(__dirname, '..', 'views')
breakpad.engine('handlebars', hbs.engine)
Expand Down

0 comments on commit 13d7439

Please sign in to comment.