Skip to content

Commit

Permalink
docs: change names of author and project
Browse files Browse the repository at this point in the history
  • Loading branch information
clearlyMine committed Feb 8, 2024
1 parent 59de90d commit 525b2d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@prb/foundry-template",
"description": "Foundry-based template for developing Solidity smart contracts",
"name": "@clearlyMine/advent_of_code_solidity",
"description": "Advent of Code solutions written in solidity",
"version": "1.0.0",
"author": {
"name": "Paul Razvan Berg",
"url": "https://github.com/PaulRBerg"
"name": "afas",
"url": "https://github.com/clearlyMine"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.1"
Expand All @@ -22,7 +22,7 @@
"foundry",
"smart-contracts",
"solidity",
"template"
"advent-of-code"
],
"private": true,
"scripts": {
Expand Down

0 comments on commit 525b2d6

Please sign in to comment.