Skip to content

Commit

Permalink
Merge pull request #101 from CirclesUBI/20240213_addPackageJson
Browse files Browse the repository at this point in the history
Added package '@circles/circles-contracts-v2' to allow references from other npm packages
  • Loading branch information
benjaminbollen authored Feb 15, 2024
2 parents 56013fd + 60380bd commit ca557c1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "@circles/circles-contracts-v2",
"version": "0.2.1",
"contributors": [
"Benjamin Bollen <https://github.com/benjaminbollen>",
"Martin Köppelmann <https://github.com/koeppelmann>",
"Daniel Janz <https://github.com/jaensen>",
"Ingo Collatz <https://github.com/ingoCollatz>"
],
"license": "AGPL-3.0",
"scripts": {
"build": "forge build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CirclesUBI/circles-contracts-v2.git"
},
"bugs": {
"url": "https://github.com/CirclesUBI/circles-contracts-v2/issues"
},
"homepage": "https://github.com/CirclesUBI/circles-contracts-v2",
"devDependencies": {
},
"dependencies": {
}
}

0 comments on commit ca557c1

Please sign in to comment.