Skip to content

Commit

Permalink
fix: compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrlex committed Jul 4, 2024
1 parent b99be81 commit 43d76de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@countbot/countbot-api-types",
"version": "1.7.3",
"version": "1.8.0",
"description": "API types for CountBot",
"author": {
"name": "CountBot",
Expand All @@ -25,6 +25,10 @@
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0"
},
"files": [
"build",
"src"
],
"exports": {
".": {
"import": "./build/index.js",
Expand All @@ -37,6 +41,6 @@
"build:ci": "tsc --noEmit",
"format": "prettier --write . && cross-env ESLINT_USE_FLAT_CONFIG=false eslint --fix --format=pretty src",
"lint": "prettier --check . && cross-env ESLINT_USE_FLAT_CONFIG=false eslint --format=pretty src",
"preinstall": "npm run build:node"
"prepare": "npm run build:node"
}
}

0 comments on commit 43d76de

Please sign in to comment.