Skip to content

Commit

Permalink
fix: remove optional rollup dependency causing issues (#299)
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribo Labrador <[email protected]>
  • Loading branch information
elribonazo authored Oct 4, 2024
1 parent 7b4542f commit 0ba226e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
"url": "https://github.com/hyperledger/identus-edge-agent-sdk-ts.git"
},
"license": "Apache-2.0",
"peerDependenciesMeta": {
"@rollup/rollup-linux-x64-gnu": {
"optional": true
}
},
"keywords": [],
"devDependencies": {
"@babel/core": "^7.20.12",
Expand Down Expand Up @@ -171,4 +166,4 @@
"overrides": {
"ws": "^8.17.1"
}
}
}

1 comment on commit 0ba226e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 76%
76.29% (3541/4641) 66.4% (1544/2325) 79.98% (855/1069)

Please sign in to comment.