Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit c004751

Browse files
authored
Merge pull request #540 from ldapjs/pkg-cleanup
Touch up package.json, license, readme
2 parents e2c9b12 + ce63253 commit c004751

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011 Mark Cavage, All rights reserved.
1+
Copyright (c) 2019 LDAPjs, All rights reserved.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ client on your system:
4343

4444
npm install ldapjs
4545

46-
DTrace support is included in ldapjs. To enable it, `npm install dtrace-provider`
46+
DTrace support is included in ldapjs. To enable it, `npm install dtrace-provider`.
4747

4848
## License
4949

package.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,21 @@
11
{
2-
"author": "Mark Cavage <[email protected]>",
3-
"contributors": [
4-
"Craig Baker",
5-
"Austin King <[email protected]>",
6-
"Mathieu Lecarme <[email protected]>>",
7-
"Trent Mick <[email protected]>",
8-
"Yunong Xiao <[email protected]>",
9-
"Denis Vuyka <[email protected]>",
10-
"Pedro Palazón <[email protected]>",
11-
"Patrick Mooney <[email protected]>",
12-
"Matt Simerson <[email protected]>"
13-
],
2+
"originalAuthor": "Mark Cavage <[email protected]>",
143
"name": "ldapjs",
154
"homepage": "http://ldapjs.org",
165
"description": "LDAP client and server APIs",
176
"version": "1.0.2",
187
"license": "MIT",
198
"repository": {
209
"type": "git",
21-
"url": "git://github.com/mcavage/node-ldapjs.git"
10+
"url": "git://github.com/ldapjs/node-ldapjs.git"
2211
},
2312
"main": "lib/index.js",
2413
"directories": {
2514
"bin": "./bin",
2615
"lib": "./lib"
2716
},
2817
"engines": {
29-
"node": ">=0.10"
18+
"node": ">=10.16.0"
3019
},
3120
"dependencies": {
3221
"abstract-logging": "^1.0.0",

0 commit comments

Comments
 (0)