Skip to content

Commit

Permalink
3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmetcalf committed May 11, 2017
1 parent 92870fb commit a0a9abc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pbkdf2",
"version": "3.0.9",
"version": "3.0.10",
"description": "This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()",
"keywords": [
"pbkdf2",
Expand All @@ -14,7 +14,9 @@
},
"license": "MIT",
"author": "Daniel Cousens",
"browser": "browser.js",
"browser": {
"./lib/sync.js": "./lib/sync-browser.js"
},
"files": [
"browser.js",
"index.js",
Expand Down Expand Up @@ -58,9 +60,6 @@
"test/bundle.js"
]
},
"browser": {
"./lib/sync.js": "./lib/sync-browser.js"
},
"engines": {
"node": ">=0.12"
},
Expand Down

0 comments on commit a0a9abc

Please sign in to comment.