Skip to content

Commit

Permalink
Merge pull request #12 from FraxFinance/fix/package.json
Browse files Browse the repository at this point in the history
build(fix): package.json
  • Loading branch information
FortisFortuna authored Dec 18, 2023
2 parents b99d6af + 7acecf5 commit e841e2b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 244 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"name": "frax-standard-solidity",
"version": "0.0.0",
"version": "1.0.0",
"description": "A standard library for frax solidity",
"main": "src",
"directories": {
"lib": "lib",
"test": "test"
},
"bin": {
"frax": "dist/cli/main.js"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "forge test",
Expand All @@ -20,7 +17,7 @@
"license": "ISC",
"dependencies": {
"@chainlink/contracts": "^0.6.1",
"@openzeppelin/contracts": "^4.9.0",
"@openzeppelin/contracts": "^5.0.1",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.15.11",
"change-case": "^4.1.2",
Expand Down
Loading

0 comments on commit e841e2b

Please sign in to comment.