Skip to content

Commit

Permalink
fix tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
Akimyou committed Feb 18, 2024
1 parent d77fbdd commit 944e57a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-whammy",
"version": "1.1.4",
"version": "1.1.5",
"description": "A modern typescript version of whammy. You can use it to encode images(webp) to webm video.",
"keywords": [
"whammy",
Expand All @@ -25,7 +25,9 @@
"main": "libs/index.js",
"module": "libs-esm/index.js",
"types": "@types/index.d.ts",
"dependencies": {},
"dependencies": {
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/node": "^13.1.4",
"@babel/preset-typescript": "^7.18.6",
Expand All @@ -37,7 +39,6 @@
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.9.0",
"tslib": "^2.4.0",
"typescript": "^4.8.2",
"@astrojs/mdx": "^0.16.0",
"@astrojs/react": "^2.0.2",
Expand Down

0 comments on commit 944e57a

Please sign in to comment.