Skip to content

Commit

Permalink
fix duplicate private:true
Browse files Browse the repository at this point in the history
  • Loading branch information
lucleray committed Jul 12, 2021
1 parent d07051a commit 4f9657b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/with-stencil/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"private": true,
"private": true,
"workspaces": [
"packages/*"
Expand Down
1 change: 0 additions & 1 deletion examples/with-yarn-workspaces/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"private": true,
"private": true,
"workspaces": [
"packages/*"
Expand Down
1 change: 0 additions & 1 deletion examples/with-zones/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"private": true,
"private": true,
"license": "MIT"
}

0 comments on commit 4f9657b

Please sign in to comment.