Skip to content

Commit 244181f

Browse files
authored
Merge pull request #2 from Infisical/chore/name-update-for-npm-publish
chore(npm): package.json update for npm publish
2 parents ca30884 + baf85ec commit 244181f

File tree

2 files changed

+713
-3
lines changed

2 files changed

+713
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
22
"originalAuthor": "Mark Cavage <mcavage@gmail.com>",
3-
"name": "ldapjs",
3+
"name": "@infisical/ldapjs",
4+
"types": "node_modules/@types/ldapjs/index.d.ts",
45
"homepage": "http://ldapjs.org",
56
"description": "LDAP client and server APIs",
6-
"version": "3.0.8",
7+
"version": "3.0.9",
78
"license": "MIT",
89
"repository": {
910
"type": "git",
1011
"url": "git://github.com/Infisical/node-ldapjs.git"
1112
},
1213
"main": "lib/index.js",
14+
"files": [
15+
"lib/",
16+
"types/"
17+
],
1318
"dependencies": {
1419
"@ldapjs/asn1": "^2.0.0",
1520
"@ldapjs/attribute": "^1.0.0",
@@ -19,6 +24,7 @@
1924
"@ldapjs/filter": "^2.1.1",
2025
"@ldapjs/messages": "^1.3.0",
2126
"@ldapjs/protocol": "^1.2.1",
27+
"@types/ldapjs": "^3.0.6",
2228
"abstract-logging": "^2.0.1",
2329
"assert-plus": "^1.0.0",
2430
"backoff": "^2.5.0",
@@ -55,5 +61,8 @@
5561
"pre-commit": [
5662
"lint:ci",
5763
"test"
58-
]
64+
],
65+
"publishConfig": {
66+
"access": "public"
67+
}
5968
}

0 commit comments

Comments
 (0)