react-dsl-editor 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1322,7 +1322,6 @@ function DslEditor({ code: o, onChange: g, onParsed: y, grammar: C, wrap: E = !1
1322
1322
  ...textStyle,
1323
1323
  color: "transparent",
1324
1324
  background: "transparent",
1325
- caretColor: "black",
1326
1325
  border: "none",
1327
1326
  resize: "none"
1328
1327
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-dsl-editor",
3
3
  "license": "MIT",
4
- "version": "0.4.1",
4
+ "version": "0.4.2",
5
5
  "repository": {
6
6
  "url": "git+https://github.com/rzymek/react-dsl-editor.git"
7
7
  },