Skip to content

Commit

Permalink
feat: ddd private field to package.json in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Jun 3, 2024
1 parent bb13f8c commit a31570b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "template-react",
"private": true,
"version": "0.0.0",
"description": "vite + react",
"engines": {
Expand Down
1 change: 1 addition & 0 deletions examples/vue-import/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "template-vue-import",
"private": true,
"version": "0.0.0",
"description": "vite + vue",
"engines": {
Expand Down
1 change: 1 addition & 0 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "template-vue",
"private": true,
"version": "0.0.0",
"description": "vite + vue",
"engines": {
Expand Down

0 comments on commit a31570b

Please sign in to comment.