Skip to content

Commit

Permalink
Move private to top
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim authored May 30, 2024
1 parent b4474c1 commit 8cc18c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "use-ref-from-pages",
"version": "0.0.0-0",
"description": "",
"private": true,
"scripts": {
"build": "esbuild --bundle --entry-names=[name]/[ext]/main --jsx=automatic --minify --outdir=./public/static/ --sourcemap app=./src/app/index.tsx",
"bump": "npm run bump:prod && npm run bump:dev && npm run bump:auditfix",
Expand Down Expand Up @@ -60,6 +61,5 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"use-ref-from": "^0.0.0-0"
},
"private": true
}
}

0 comments on commit 8cc18c8

Please sign in to comment.