Skip to content

Commit 022e45e

Browse files
ryanbas21claude
andcommitted
chore: add repository fields for npm provenance
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b62478e commit 022e45e

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
"name": "wolfcola-devtools",
33
"version": "0.0.0",
44
"private": true,
5-
"description": "Auth DevTools \u2014 Chrome extension and SDK bridges",
5+
"description": "WolfCola DevTools Chrome extension and SDK bridges",
66
"license": "MIT",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/ryanbas21/devtools.git"
10+
},
711
"type": "module",
812
"engines": {
913
"node": "^20 || ^22 || ^24",

packages/devtools-bridge/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "@wolfcola/devtools-bridge",
33
"version": "0.0.0",
4-
"description": "Opt-in Ping SDK adapter that emits AuthEvents to the DevTools extension",
4+
"description": "Opt-in SDK adapter that emits AuthEvents to the WolfCola DevTools extension",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/ryanbas21/devtools.git",
9+
"directory": "packages/devtools-bridge"
10+
},
611
"sideEffects": false,
712
"type": "module",
813
"exports": {

packages/devtools-extension/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "0.0.0",
44
"private": true,
55
"description": "WolfCola DevTools Chrome Extension",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/ryanbas21/devtools.git",
9+
"directory": "packages/devtools-extension"
10+
},
611
"license": "MIT",
712
"type": "module",
813
"scripts": {

packages/devtools-types/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "@wolfcola/devtools-types",
33
"version": "0.0.0",
4-
"description": "Shared AuthEvent schema and types for Ping DevTools",
4+
"description": "Shared AuthEvent schema and types for WolfCola DevTools",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/ryanbas21/devtools.git",
9+
"directory": "packages/devtools-types"
10+
},
611
"sideEffects": false,
712
"type": "module",
813
"exports": {

0 commit comments

Comments
 (0)