Skip to content

Commit

Permalink
build(users): fixing publishing (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck authored Aug 15, 2023
1 parent 9158503 commit 1bb6d43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
},
"license": "Apache-2.0",
"author": "Chuck MANCHUCK Reeves <[email protected]>",
"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",
Expand Down

0 comments on commit 1bb6d43

Please sign in to comment.