Skip to content

Commit

Permalink
deps: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkoryukov committed Aug 25, 2017
1 parent 5515667 commit 4f88ad3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ This is the history of changes of the `freshdesk-api` package
## ?? // unreleased

## 2017-08-26 // 2.3.2

* documentation improved (use JSDoc)
* enable tests on NodeJS 8 on Travis CI
* rename endpoint _ticket_: `Tickets` -> `ticket` (now lowercase)
* update deps

## 2017-06-29 // 2.3.0

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "freshdesk-api",
"version": "2.3.0",
"version": "2.3.1",
"description": "Node wrapper for Freshdesk v2 API",
"main": "./lib/client",
"scripts": {
Expand Down Expand Up @@ -44,15 +44,15 @@
"devDependencies": {
"chai": "^4.0.2",
"docdash": "^0.4.0",
"eslint": "^4.1.1",
"eslint-config-volebo": "^2.2.0",
"eslint": "^4.5.0",
"eslint-config-volebo": "^2.3.3",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.4",
"mocha": "^3.4.2",
"nock": "^9.0.13"
},
"dependencies": {
"debug": "^3.0.0",
"debug": "^3.0.1",
"request": "^2.81.0"
},
"publishConfig": {
Expand Down

0 comments on commit 4f88ad3

Please sign in to comment.