Skip to content

Commit

Permalink
Merge pull request #76 from jsumners/dep-updates
Browse files Browse the repository at this point in the history
Dep updates and release v2
  • Loading branch information
jsumners authored Jul 24, 2020
2 parents d527af0 + d3c8139 commit 7b0cf44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "George Heeres <[email protected]>",
"name": "activedirectory2",
"version": "2.0.0-pre.2",
"version": "2.0.0",
"description": "ActiveDirectory is an ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations.",
"contributors": [
{
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"abstract-logging": "^2.0.0",
"async": "^3.1.0",
"ldapjs": "^2.0.0-pre.5",
"ldapjs": "^2.1.0",
"merge-options": "^2.0.0"
},
"scripts": {
Expand All @@ -47,11 +47,11 @@
},
"license": "MIT",
"devDependencies": {
"jsdoc": "^3.5.5",
"pino": "^5.16.0",
"jsdoc": "^3.6.5",
"pino": "^6.4.1",
"pre-commit": "^1.2.2",
"snazzy": "^8.0.0",
"standard": "^14.3.1",
"tap": "^14.10.5"
"standard": "^14.3.4",
"tap": "^14.10.8"
}
}

0 comments on commit 7b0cf44

Please sign in to comment.