Skip to content

Commit

Permalink
fix: public access
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Jan 24, 2024
1 parent b76bea1 commit d53503f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
File renamed without changes.
6 changes: 5 additions & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@
"src"
],
"type": "module",
"scripts": { "release": "semantic-release -e semantic-release-monorepo" }
"scripts": { "release": "semantic-release -e semantic-release-monorepo" },
"repository": {
"type": "git",
"url": "git+https://github.com/EAVFW/eavfw-stylex.git"
}
}
6 changes: 5 additions & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@
"src"
],
"type": "module",
"scripts": { "release": "semantic-release -e semantic-release-monorepo" }
"scripts": { "release": "semantic-release -e semantic-release-monorepo" },
"repository": {
"type": "git",
"url": "git+https://github.com/EAVFW/eavfw-stylex.git"
}
}

0 comments on commit d53503f

Please sign in to comment.