diff --git a/packages/users/package.json b/packages/users/package.json index 3064bc44..2af2fd3c 100644 --- a/packages/users/package.json +++ b/packages/users/package.json @@ -12,13 +12,14 @@ }, "license": "Apache-2.0", "author": "Chuck MANCHUCK Reeves ", - "main": "lib/user.js", + "main": "dist/index.js", + "types": "dist/index.d.ts", "directories": { - "lib": "lib", + "lib": "dist", "test": "__tests__" }, "files": [ - "lib" + "/dist" ], "scripts": { "build": "npm run clean && npm run compile",