Skip to content

Commit

Permalink
update package name for publishing within organization
Browse files Browse the repository at this point in the history
  • Loading branch information
karlobencic committed Aug 31, 2024
1 parent 7c53a9d commit 93bbaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: npm
node-version: 22
registry-url: 'https://npm.pkg.github.com'
scope: '@TrustNXT'
scope: '@trustnxt'

- name: Install Dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "c2pa-ts",
"name": "@trustnxt/c2pa-ts",
"version": "0.1.1",
"type": "module",
"author": "TrustNXT GmbH <mail@trustnxt.com>",
Expand Down

0 comments on commit 93bbaa2

Please sign in to comment.