Skip to content

Commit

Permalink
build: ci flow works
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Jan 4, 2024
1 parent 5204798 commit 89a5fa4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 35 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@commitlint/config-conventional": "11.0.0",
"@types/chai": "4.2.14",
"@types/mocha": "8.0.1",
"@types/node": "18.15.3",
"chai": "4.2.0",
"chai-exclude": "2.0.2",
"coveralls": "3.1.0",
Expand All @@ -40,6 +41,6 @@
"prettier": "1.19.1",
"rimraf": "^3.0.2",
"shx": "0.3.2",
"typescript": "4.1.2"
"typescript": "5.3.3"
}
}
3 changes: 2 additions & 1 deletion packages/types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"noEmit": true
"noEmit": true,
"target": "ES2015"
},
"include": ["./"]
}
59 changes: 26 additions & 33 deletions pnpm-lock.yaml

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

0 comments on commit 89a5fa4

Please sign in to comment.