Skip to content

Commit

Permalink
Merge pull request #3 from Once-Upon/feature/update-npm-package-name
Browse files Browse the repository at this point in the history
Rename and publish package
  • Loading branch information
pcowgill authored Nov 28, 2023
2 parents 2abb03c + fd18efb commit 010bb04
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# Apple
.DS_Store
Empty file added .npmignore
Empty file.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "evm-context",
"version": "0.0.1",
"name": "@once-upon/evm-context",
"version": "0.0.2",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"prepublish": "npm run build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"grab-transaction": "node ./scripts/grab-transaction.js"
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './heuristics/erc20Swap';

0 comments on commit 010bb04

Please sign in to comment.