Skip to content

Commit

Permalink
cleaning up bls-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Jan 8, 2024
1 parent 238480e commit 7a1de89
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 145 deletions.
16 changes: 0 additions & 16 deletions packages/bls-verify/jest.config.ts

This file was deleted.

20 changes: 1 addition & 19 deletions packages/bls-verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,32 +22,14 @@
"build": "tsc -b && tsc -p tsconfig-cjs.json",
"bundle": "esbuild --bundle src/index.ts --outfile=dist/index.js --platform=node",
"size-limit": "size-limit",
<<<<<<< Updated upstream
=======
"test": "jest",
>>>>>>> Stashed changes
"ci": "npm run prettier && npm run lint && npm run test",
"lint": "eslint 'src' --ext '.js,.jsx,.ts,.tsx'",
"lint:fix": "npm run lint -- --fix",
"make:docs/reference": "typedoc src/index.ts --out ../../docs/generated/bls-verify --excludeInternal",
"test": "jest",
"test": "",
"prettier": "prettier --check \"src/**/*.ts\"",
"prettier:write": "npm run prettier -- --write"
},
<<<<<<< Updated upstream
=======
"dependencies": {
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.3.3"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"esbuild": "^0.15.16",
"jest": "^29.7.0",
"size-limit": "^8.1.0",
"vitest": "^1.1.1"
},
>>>>>>> Stashed changes
"size-limit": [
{
"path": "./dist/index.js",
Expand Down
99 changes: 0 additions & 99 deletions packages/bls-verify/src/index.test.ts

This file was deleted.

11 changes: 0 additions & 11 deletions packages/bls-verify/test-setup.ts

This file was deleted.

0 comments on commit 7a1de89

Please sign in to comment.