diff --git a/packages/mev-transactions/package.json b/packages/mev-transactions/package.json index 0e96dc2..27518f7 100644 --- a/packages/mev-transactions/package.json +++ b/packages/mev-transactions/package.json @@ -1,6 +1,6 @@ { "name": "mev-ethereum-txs", - "version": "0.0.0", + "version": "0.0.1", "description": "mev transaction hashes", "author": "sam ", "homepage": "https://github.com/manifoldfinance/mev-corpus", @@ -11,7 +11,9 @@ "test": "__tests__" }, "files": [ - "lib" + "bundles.json", + "lib/", + "index.json" ], "scripts": { "test": "echo \"Error: run tests from root\" && exit 1"