We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644fe04 commit 2a052cbCopy full SHA for 2a052cb
package.json
@@ -2,8 +2,8 @@
2
"name": "@moot-inc/objectid-converter",
3
"version": "1.0.0",
4
"description": "Converts Microsoft Object IDs to and from SIDs.",
5
- "main": "bin/index.js",
6
- "bin": "bin/index.js",
+ "main": "bin/src/index.js",
+ "bin": "bin/src/index.js",
7
"scripts": {
8
"start": "node ./bin/index.js",
9
"build": "npx tsc",
0 commit comments