@deriv-com/quill-ui
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@deriv-com/quill-ui", | ||
"private": false, | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"type": "module", | ||
@@ -35,3 +35,3 @@ "main": "dist/main.js", | ||
"test": "jest", | ||
"clean:dist": "rm -rf dist" | ||
"prepare": "husky install" | ||
}, | ||
@@ -42,2 +42,4 @@ "devDependencies": { | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@commitlint/cli": "^19.1.0", | ||
"@commitlint/config-conventional": "^19.1.0", | ||
"@semantic-release/changelog": "^6.0.3", | ||
@@ -91,3 +93,4 @@ "@semantic-release/github": "^9.2.6", | ||
"vite-plugin-dts": "^3.7.1", | ||
"vite-plugin-lib-inject-css": "^1.3.0" | ||
"vite-plugin-lib-inject-css": "^1.3.0", | ||
"husky": "^8.0.0" | ||
}, | ||
@@ -94,0 +97,0 @@ "eslintConfig": { |
515055
55