Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "satori", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Enlightened library to convert HTML and CSS to SVG.", | ||
@@ -26,2 +26,3 @@ "module": "./dist/index.js", | ||
"scripts": { | ||
"prepare": "husky install", | ||
"dev": "concurrently \"pnpm dev:default\" \"pnpm dev:wasm\"", | ||
@@ -41,2 +42,8 @@ "dev:default": "NODE_ENV=development tsup src/index.ts --watch --ignore-watch playground", | ||
}, | ||
"lint-staged": { | ||
"*.{ts,tsx}": [ | ||
"eslint --fix --cache", | ||
"prettier --write --cache" | ||
] | ||
}, | ||
"repository": { | ||
@@ -72,3 +79,5 @@ "type": "git", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"husky": "8.0.3", | ||
"jest-image-snapshot": "^5.2.0", | ||
"lint-staged": "13.1.0", | ||
"prettier": "^2.7.1", | ||
@@ -75,0 +84,0 @@ "react": "^17.0.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3680674
23