diff --git a/README.md b/README.md index 1cb146f..d9a2d8d 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,8 @@ values: | ratio | width / height | | width | cropper frame width | | height | cropper frame height | -| originX | cropper original position(x axis), accroding to image left| -| originY | cropper original position(Y axis), accroding to image top| +| originX | cropper original position(x axis), accroding to image left | +| originY | cropper original position(Y axis), accroding to image top | | fixedRatio | turn on/off fixed ratio (bool default true) | | allowNewSelection | allow user to create a new selection instead of reusing initial selection (bool default true) | | styles | specify styles to override inline styles | diff --git a/package.json b/package.json index d17e153..eab788a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com", "dependencies": { "deep-extend": "^0.4.1", - "npm-run-all": "^4.1.1", + "npm-run-all": "^4.1.5", "prop-types": "^15.6.0", "react": "^16.2.0", "react-dom": "^16.2.0"