Skip to content

Commit

Permalink
fix(npm): Make package public
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahman1s committed Apr 20, 2023
1 parent 2376e70 commit eee8333
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
},
"files": [
"dist/*"
]
],
"private": false,
"publishConfig": {
"access": "public"
}
}

0 comments on commit eee8333

Please sign in to comment.