Skip to content

Commit

Permalink
Merge pull request #9 from celo-tools/0.4.0
Browse files Browse the repository at this point in the history
v0.4.0
  • Loading branch information
jmrossy authored Feb 22, 2023
2 parents 3268d82 + 76f374d commit 8fd1431
Show file tree
Hide file tree
Showing 4 changed files with 797 additions and 587 deletions.
38 changes: 32 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
.idea/*
.nyc_output
build
node_modules
# dependencies
/node_modules
/.pnp
.pnp.js
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Typescript build
tsconfig.tsbuildinfo

# production
/build
src/**.js
coverage

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log
package-lock.json

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo-tools/celo-ethers-wrapper",
"version": "0.3.0",
"version": "0.4.0",
"description": "A minimal wrapper to make Ethers.JS compatible with the Celo network.",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand All @@ -24,7 +24,6 @@
"engines": {
"node": ">=10"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^16.11.10",
"ethers": "^5.6.8",
Expand Down
Loading

0 comments on commit 8fd1431

Please sign in to comment.