Skip to content

Commit

Permalink
chore: more maintinence
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicpages committed Nov 9, 2023
1 parent 2ac3e3e commit 34bfb26
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 113 deletions.
121 changes: 13 additions & 108 deletions package-lock.json

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

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint src --ext=js,ts,tsx",
"prebuild": "rimraf dist",
"prebuild": "rm -rf dist",
"build": "npm-run-all -p build:*",
"build:esm": "esbuild --sourcemap --target=node16 --format=esm --outdir=dist/esm src/**",
"build:cjs": "esbuild --target=node16 --format=cjs --sourcemap --outdir=dist/cjs src/**",
"build:esm": "esbuild --sourcemap --target=node18 --format=esm --outdir=dist/esm src/**",
"build:cjs": "esbuild --target=node18 --format=cjs --sourcemap --outdir=dist/cjs src/**",
"build:types": "tsc -p .",
"prepare": "husky install"
},
Expand All @@ -44,14 +44,13 @@
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/glob": "^8.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"esbuild": "^0.19.5",
"husky": "^8.0.1",
"lint-staged": "^15.0.2",
"npm-run-all": "^4.1.5",
"react-docgen": "^7.0.0",
"rimraf": "^4.1.2",
"semantic-release": "^22.0.7",
"typescript": "^5.2.2"
},
Expand Down

0 comments on commit 34bfb26

Please sign in to comment.