Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update popsicle, popsicle-server
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed May 1, 2020
1 parent ab104e5 commit c0438ed
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 42 deletions.
53 changes: 14 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"chai": "^4.1.2",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"popsicle": "12.0.4",
"popsicle-server": "^2.0.0",
"popsicle": "^12.0.5",
"popsicle-server": "^3.0.0",
"pre-commit": "^1.0.1",
"standard": "^14.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion test/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function makeFetcher (app) {
var compose = require('throwback').compose
var Request = require('servie').Request
var popsicle = require('popsicle')
var popsicleServer = require('popsicle-server')
var popsicleServer = require('popsicle-server').server

// Set response text to "body" property to mimic popsicle v10
// response interface.
Expand Down

0 comments on commit c0438ed

Please sign in to comment.