Skip to content

Commit

Permalink
fix(deps): update dependency arrify to v2 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Apr 5, 2019
1 parent 73e055b commit 9f06c83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"license": "Apache-2.0",
"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@types/arrify": "^1.0.4",
"@types/extend": "^3.0.0",
"@types/mocha": "^5.2.4",
"@types/node": "^10.5.2",
Expand All @@ -41,18 +40,18 @@
"codecov": "^3.0.4",
"gts": "^0.9.0",
"intelli-espower-loader": "^1.0.1",
"linkinator": "^1.1.2",
"mocha": "^6.0.0",
"nyc": "^13.0.0",
"proxyquire": "^2.0.1",
"sinon": "^7.0.0",
"source-map-support": "^0.5.6",
"through2": "^3.0.0",
"typescript": "^3.0.0",
"uuid": "^3.3.2",
"linkinator": "^1.1.2"
"uuid": "^3.3.2"
},
"dependencies": {
"arrify": "^1.0.1",
"arrify": "^2.0.0",
"extend": "^3.0.1",
"split-array-stream": "^2.0.0",
"stream-events": "^1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @module common/paginator
*/

import * as arrify from 'arrify';
import arrify = require('arrify');
import * as extend from 'extend';
import {split} from 'split-array-stream';
import {Transform, TransformOptions} from 'stream';
Expand Down

0 comments on commit 9f06c83

Please sign in to comment.