We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39777dd commit 6f660b0Copy full SHA for 6f660b0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mui-feedback-dialog",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"homepage": "https://github.com/fochlac/mui-feedback-dialog",
5
"description": "A customizeable React feedback form with optional screenshot via screen capture and canvas editor based on material-ui.",
6
"main": "dist/index.js",
@@ -14,7 +14,7 @@
14
"lint": "eslint ./lib/**/*.tsx ./lib/**/*.ts"
15
},
16
"author": "Florian Riedel",
17
- "license": "UNLICENSED",
+ "license": "MIT",
18
"jest": {
19
"testRegex": "/__tests__/.*-test.[jt]sx?$",
20
"testPathIgnorePatterns": [
0 commit comments