Skip to content

Commit

Permalink
Merge pull request #2817 from mainmatter/private-packages
Browse files Browse the repository at this point in the history
chore(release): make sure every package is private
  • Loading branch information
BobrImperator authored Sep 9, 2024
2 parents bf86a40 + 56b3478 commit ad18d46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/classic-test-app/lib/my-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "my-engine",
"private": true,
"version": "0.0.1",
"keywords": [
"ember-addon",
Expand Down
1 change: 1 addition & 0 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "docs",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/test-app/lib/my-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "my-engine",
"private": true,
"version": "0.0.1",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit ad18d46

Please sign in to comment.