Skip to content

Commit

Permalink
remove rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
rekyyang committed May 24, 2024
1 parent 33aa77b commit 8bbea48
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 133 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"prepare": "husky install",
"version": "pnpm install && changeset version",
"clean": "rimraf node_modules **/*/node_modules",
"build": "rollup -c",
"build": "rollup -c ./src/rollup.config.js",
"lint": "prettier --write './src/*.{ts,tsx,js,jsx}' && eslint ./src/ --ext .js,.jsx,.ts,.tsx --fix",
"test": "jest --runInBand './test/*'"
"test": "jest --runInBand './test/*' --config './test/jest.config.js'"
},
"contributors": [
"rekyyang <[email protected]>"
Expand All @@ -43,15 +43,15 @@
"devDependencies": {
"@chainsafe/eslint-config": "^2.0.0",
"@changesets/cli": "^2.27.3",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.2.6",
"eslint": "8",
"husky": "^9.0.11",
"jest": "^29.6.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.0",
"rimraf": "^5.0.7",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.4.5",
"web3": "^4.2.2"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions src/config/tsconfig-cjs.json

This file was deleted.

9 changes: 0 additions & 9 deletions src/config/tsconfig-esm.json

This file was deleted.

10 changes: 0 additions & 10 deletions src/config/tsconfig-test.json

This file was deleted.

38 changes: 0 additions & 38 deletions src/config/tsconfig.json

This file was deleted.

58 changes: 0 additions & 58 deletions src/rollup.config.js

This file was deleted.

0 comments on commit 8bbea48

Please sign in to comment.