Skip to content

Commit

Permalink
chore: removed private from package.json
Browse files Browse the repository at this point in the history
- temporary had it to prevent publishing on 2 packages
  • Loading branch information
idoros committed Nov 15, 2023
1 parent 83c8b97 commit 4f895ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/create-stylable-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "create-stylable-app",
"private": true,
"version": "6.0.0-rc.2",
"description": "Quickly create a Stylable application",
"main": "dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-plugin-stylable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "eslint-plugin-stylable",
"private": true,
"version": "6.0.0-rc.2",
"description": "eslint plugin for Stylable usages",
"main": "dist/index.js",
Expand Down

0 comments on commit 4f895ac

Please sign in to comment.