-
- Downloads
feat: allow more options to set
* Texts in configuration * renamed lang into texts and moved footnote to this part as well * Bugfix and instructions how to build * textarea placeholder was hardcoded * Changed classes to allow other frontend frameworks like Bootstrap * fixed classes on buttons * unquote property names
... | @@ -22,5 +22,9 @@ | ... | @@ -22,5 +22,9 @@ |
"homepage": "https://github.com/ivoviz/feedback#readme", | "homepage": "https://github.com/ivoviz/feedback#readme", | ||
"dependencies": { | "dependencies": { | ||
"html2canvas": "1.0.0-alpha.9" | "html2canvas": "1.0.0-alpha.9" | ||
}, | |||
"devDependencies": { | |||
"node-sass": "^4.12.0", | |||
"typescript": "^3.4.5" | |||
} | } | ||
} | } |
Please register or sign in to comment