Skip to content

Commit

Permalink
fix: tslib removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuba committed Jul 27, 2023
1 parent 26e3038 commit ea0fc5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "jest --config jestconfig.json",
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
"prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"",
"test": "jest --config jestconfig.json"
"prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\""
},
"keywords": [
"react",
Expand Down Expand Up @@ -44,7 +43,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.1.1",
"tslib": "^2.6.1",
"typescript": "^5.1.6"
},
"peerDependencies": {
Expand Down

0 comments on commit ea0fc5b

Please sign in to comment.