Kong / httpsnippet

rfc: drop support for < Node 10 (#204)
* chore(deps-dev): upgrading standard and mocha to the latest versions * style: fixing standard issues in unit tests * style: fixing standard issues on the rest of the codebase * chore: removing .jshintrc from npmignore * chore(deps): removing pinkie-promise because it's no longer used * ci: removing node 8 from travis Co-authored-by: Eric Reynolds <reynolek@gmail.com>
Jon Ursenbach Jon Ursenbach committed on Apr 27, 2021, 09:23 PM
Showing 66 changed files +2334 additions -2048 deletions
D .jshintrc -5
M .npmignore -1
M bin/httpsnippet +14 -13
M package-lock.json +1585 -1309
M package.json +4 -4
M src/index.js +28 -25
M test/headers.js +3 -5
M test/index.js +29 -31
M test/reducer.js +13 -15
M test/requests.js +14 -12
M test/targets.js +25 -26
Browse files at this commit โ†’