Skip to content

Commit

Permalink
Make top level package.json private and add repo url (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriaBeilsten-Edmands authored Feb 7, 2024
1 parent 90285a5 commit 65aa390
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"homepage": "./",
"name": "davidia",
"repository": {
"type": "git",
"url": "https://github.com/DiamondLightSource/davidia.git"
},
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]+sha256.2df78e65d433d7693b9d3fbdaf431b2d96bb4f96a2ffecd51a50efe16e50a6a8",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down

0 comments on commit 65aa390

Please sign in to comment.