Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
fix(config): add ssri config options (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcpollak authored and zkat committed Jul 2, 2018
1 parent fa45627 commit 10d5d9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion put.js
Expand Up @@ -13,10 +13,14 @@ const PutOpts = figgyPudding({
integrity: {},
memoize: {},
metadata: {},
pickAlgorithm: {},
size: {},
tmpPrefix: {},
uid: {},
gid: {}
gid: {},
single: {},
sep: {},
strict: {}
})

module.exports = putData
Expand Down

0 comments on commit 10d5d9a

Please sign in to comment.