Skip to content

Commit ac90384

Browse files
committed
v1.17.3
1 parent 65a3114 commit ac90384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"validation",
1111
"material"
1212
],
13-
"version": "1.17.2",
13+
"version": "1.17.3",
1414
"main": "./dist/index.js",
1515
"types": "./dist/index.d.ts",
1616
"license": "MIT",
@@ -31,7 +31,7 @@
3131
"prepare": "yarn tsc",
3232
"predev": "(cd docs/project && yarn) && yarn tsc -p ./tsconfig.docs.json",
3333
"dev": "concurrently -r \"yarn docs:dev\" \"yarn tsc -p ./tsconfig.docs.json -w --preserveWatchOutput\" ",
34-
"install": "(cd ./node_modules/draft-js && npm i)"
34+
"install": "(cd ../../draft-js && npm i)"
3535
},
3636
"husky": {
3737
"hooks": {

0 commit comments

Comments
 (0)