Skip to content

Commit e2ec95f

Browse files
authored
Merge pull request #1 from tektronix/git-repo-migration
Update git name space and package name
2 parents 1c9cf6d + 09eef28 commit e2ec95f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ jobs:
337337
with:
338338
node-version: '20.x'
339339
registry-url: 'https://npm.pkg.github.com'
340-
scope: '@tek-engineering'
340+
scope: '@tektronix'
341341
- name: Checkout
342342
uses: actions/checkout@v4
343343
- name: Get Artifacts

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @TEK-Engineering/tsp-toolkit
1+
* @tektronix/tsp-toolkit

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@tek-engineering/script-gen",
2+
"name": "@tektronix/script-gen",
33
"version": "0.1.0",
44
"main": "index.js",
55
"bin": {
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/tek-engineering/tsp-toolkit-script-gen.git"
11+
"url": "git+https://github.com/tektronix/tsp-toolkit-script-gen.git"
1212
},
1313
"typings": "index.d.ts",
1414
"files": [

0 commit comments

Comments
 (0)