Add repository field and provenance to package configs
This commit is contained in:
parent
c4e6514ea2
commit
1e873d64b1
|
|
@ -6,8 +6,14 @@
|
|||
"open-pencil": "./src/index.ts"
|
||||
},
|
||||
"files": ["src"],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/open-pencil/open-pencil.git",
|
||||
"directory": "packages/cli"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"dependencies": {
|
||||
"@open-pencil/core": "workspace:*",
|
||||
|
|
|
|||
|
|
@ -15,8 +15,14 @@
|
|||
"build": "tsc",
|
||||
"prepublishOnly": "tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/open-pencil/open-pencil.git",
|
||||
"directory": "packages/core"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"dependencies": {
|
||||
"canvaskit-wasm": "^0.40.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue