Skip to content

Commit

Permalink
fix: make root package public for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Nov 24, 2022
1 parent 41fca14 commit b0c2937
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "@mokr/root",
"version": "0.0.2",
"private": true,
"description": "Moker root package (dummy)",
"repository": "https://github.com/hongaar/moker",
"publishConfig": {
"access": "public"
},
"author": "joram@vandenboezem.nl",
"license": "MIT",
"workspaces": [
"packages/*"
Expand Down

0 comments on commit b0c2937

Please sign in to comment.