Skip to content

Commit

Permalink
fix: remove private: true from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf committed Feb 13, 2024
1 parent b64926a commit 324f346
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "example",
"version": "0.0.0",
"private": true,
"type": "module",
"license": "UNLICENSED",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@adminjs/adonis",
"version": "1.0.0",
"private": true,
"type": "module",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 324f346

Please sign in to comment.