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 65a3114 commit ac90384Copy full SHA for ac90384
package.json
@@ -10,7 +10,7 @@
10
"validation",
11
"material"
12
],
13
- "version": "1.17.2",
+ "version": "1.17.3",
14
"main": "./dist/index.js",
15
"types": "./dist/index.d.ts",
16
"license": "MIT",
@@ -31,7 +31,7 @@
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\" ",
34
- "install": "(cd ./node_modules/draft-js && npm i)"
+ "install": "(cd ../../draft-js && npm i)"
35
},
36
"husky": {
37
"hooks": {
0 commit comments