Skip to content

Commit

Permalink
npm audit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pofallon committed Aug 14, 2018
1 parent 7f86251 commit b4710a9
Show file tree
Hide file tree
Showing 4 changed files with 707 additions and 2,067 deletions.
2 changes: 1 addition & 1 deletion dist/alks.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var alks = (function () {
})
};
var pick = function (obj, props) { return props.reduce(function (a, e) { return (a[e] = obj[e], a); }, {}); };
var alks$1 = new alks()
var alks$1 = new alks();

return alks$1;

Expand Down
2 changes: 1 addition & 1 deletion lib/alks.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,6 @@ class alks {

const pick = (obj, props) => props.reduce((a, e) => (a[e] = obj[e], a), {});

var alks$1 = new alks()
var alks$1 = new alks();

module.exports = alks$1;
Loading

0 comments on commit b4710a9

Please sign in to comment.