Skip to content

Commit

Permalink
Fix npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
cyraxx committed Sep 3, 2024
1 parent 35d9d85 commit fa26be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .npmignore

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Pure TypeScript implementation of C2PA manifest reading, validation, and creation",
"repository": {
"type": "git",
"url": "https://github.com/TrustNXT/c2pa-ts.git"
"url": "git+https://github.com/TrustNXT/c2pa-ts.git"
},
"main": "./dist/src/index.js",
"module": "./dist/src/index.js",
Expand Down Expand Up @@ -38,6 +38,7 @@
"import": "./dist/src/manifest/index.js"
}
},
"files": ["dist/src"],
"devDependencies": {
"@eslint/js": "^9.9.0",
"@changesets/cli": "^2.17.0",
Expand Down

0 comments on commit fa26be6

Please sign in to comment.