Skip to content

Commit

Permalink
Update: Replace object-assign dependency with object.assign
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Nov 30, 2017
1 parent de1eced commit df044c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/file-operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var util = require('util');

var fs = require('graceful-fs');
var assign = require('object-assign');
var assign = require('object.assign');
var date = require('value-or-function').date;
var FlushWriteStream = require('flush-write-stream');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"is-valid-glob": "^0.3.0",
"lazystream": "^1.0.0",
"lead": "^1.0.0",
"object-assign": "^4.0.0",
"object.assign": "^4.0.4",
"pumpify": "^1.3.5",
"resolve-options": "^1.0.0",
"strip-bom": "^2.0.0",
Expand Down

0 comments on commit df044c6

Please sign in to comment.