Skip to content

Commit

Permalink
fix: add tslib as dependency (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 16, 2024
1 parent b267aaf commit 1929cc9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-toes-compare.md
@@ -0,0 +1,5 @@
---
"pretty-quick": patch
---

fix: add tslib as dependency
1 change: 0 additions & 1 deletion .gitignore
@@ -1,6 +1,5 @@
dist
node_modules
test-dist
*.log
/.yarn/*
!/.yarn/plugins
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
@@ -1,4 +1,3 @@
coverage
dist
test-dist
/.yarn
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -52,7 +52,8 @@
"find-up": "^4.1.0",
"ignore": "^5.3.0",
"mri": "^1.2.0",
"multimatch": "^5.0.0"
"multimatch": "^5.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@1stg/lib-config": "^12.0.0",
Expand Down Expand Up @@ -106,7 +107,6 @@
"eslintIgnore": [
"coverage",
"dist",
"test-dist",
"!/.*.js"
],
"jest": {
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Expand Up @@ -13752,6 +13752,7 @@ __metadata:
size-limit-preset-node-lib: ^0.3.0
ts-jest: ^26.5.6
ts-node: ^10.9.2
tslib: ^2.6.2
typescript: ~4.4.4
peerDependencies:
prettier: ^2.0.0
Expand Down

0 comments on commit 1929cc9

Please sign in to comment.