Skip to content

Commit 9b97fdf

Browse files
committed
fix: correct package names in sharing-smart-contract and subgraph
1 parent 32b37c5 commit 9b97fdf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/sharing-smart-contract/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.

packages/sharing-smart-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sharing-contracts",
2+
"name": "sharing-smart-contracts",
33
"version": "2.0.0",
44
"description": "The sharing contract is a contract adding governance and monetization on iexec assets",
55
"type": "module",

packages/subgraph/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.

packages/subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dataprotector-v2",
2+
"name": "subgraph",
33
"version": "3.0.0",
44
"license": "UNLICENSED",
55
"scripts": {

0 commit comments

Comments
 (0)