Skip to content

Commit

Permalink
full remove dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Nov 14, 2024
1 parent 22c089a commit 5e9e5a2
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 3,629 deletions.
172 changes: 143 additions & 29 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"type": "module",
"bin": {
"azle": "./src/build/index.ts"
"azle": "./src/build/index.ts",
"tsc": "./node_modules/.bin/tsc"
},
"main": "./src/lib/stable/index.ts",
"repository": {
Expand Down Expand Up @@ -71,7 +72,8 @@
"husky": "7.0.4",
"jest": "^29.7.0",
"lint-staged": "12.3.7",
"prettier": "^3.0.3"
"prettier": "^3.0.3",
"ts-jest": "^29.1.4"
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix",
Expand Down
Loading

0 comments on commit 5e9e5a2

Please sign in to comment.