Skip to content

Commit

Permalink
fix repo links in json (#2471)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlie-777 authored Jan 29, 2025
1 parent 4bb6caa commit 9a1e749
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AISKULight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/ApplicationInsights-JS.git",
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/AISKULight",
"directory": "AISKULight"
},
"devDependencies": {
Expand Down
5 changes: 4 additions & 1 deletion channels/applicationinsights-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"module": "dist-es5/applicationinsights-channel-js.js",
"types": "types/applicationinsights-channel-js.d.ts",
"sideEffects": false,
"repository": "github:Microsoft/applicationinsights-js",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/applicationinsights-channel-js"
},
"scripts": {
"clean": "git clean -xdf",
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
Expand Down
5 changes: 4 additions & 1 deletion channels/offline-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"module": "dist-es5/applicationinsights-offlinechannel-js.js",
"types": "types/applicationinsights-offlinechannel-js.d.ts",
"sideEffects": false,
"repository": "github:Microsoft/applicationinsights-js",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/offline-channel-js"
},
"scripts": {
"clean": "git clean -xdf",
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
Expand Down
5 changes: 4 additions & 1 deletion channels/tee-channel-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"module": "dist-es5/applicationinsights-teechannel-js.js",
"types": "types/applicationinsights-teechannel-js.d.ts",
"sideEffects": false,
"repository": "github:Microsoft/applicationinsights-js",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/tee-channel-js"
},
"scripts": {
"clean": "git clean -xdf",
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
Expand Down

0 comments on commit 9a1e749

Please sign in to comment.