We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e8c28 commit 65a3114Copy full SHA for 65a3114
package.json
@@ -10,7 +10,7 @@
10
"validation",
11
"material"
12
],
13
- "version": "1.17.1",
+ "version": "1.17.2",
14
"main": "./dist/index.js",
15
"types": "./dist/index.d.ts",
16
"license": "MIT",
@@ -30,7 +30,8 @@
30
"docs:build": "sh docs/build.sh",
31
"prepare": "yarn tsc",
32
"predev": "(cd docs/project && yarn) && yarn tsc -p ./tsconfig.docs.json",
33
- "dev": "concurrently -r \"yarn docs:dev\" \"yarn tsc -p ./tsconfig.docs.json -w --preserveWatchOutput\" "
+ "dev": "concurrently -r \"yarn docs:dev\" \"yarn tsc -p ./tsconfig.docs.json -w --preserveWatchOutput\" ",
34
+ "install": "(cd ./node_modules/draft-js && npm i)"
35
},
36
"husky": {
37
"hooks": {
0 commit comments