Skip to content

Commit 2a052cb

Browse files
Update Binary Location
Whoops!
1 parent 644fe04 commit 2a052cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@moot-inc/objectid-converter",
33
"version": "1.0.0",
44
"description": "Converts Microsoft Object IDs to and from SIDs.",
5-
"main": "bin/index.js",
6-
"bin": "bin/index.js",
5+
"main": "bin/src/index.js",
6+
"bin": "bin/src/index.js",
77
"scripts": {
88
"start": "node ./bin/index.js",
99
"build": "npx tsc",

0 commit comments

Comments
 (0)