educoreapp2 1.0.78 → 1.0.79

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.
@@ -186,6 +186,8 @@ class BaseInputString extends _react.Component {
186
186
  name: this.states.name,
187
187
  id: this.states.id,
188
188
  placeholder: this.states.placeholder,
189
+ rows: "40",
190
+ cols: "100",
189
191
  onChange: this.handleChange
190
192
  });
191
193
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "educoreapp2",
3
3
  "private": false,
4
- "version": "1.0.78",
4
+ "version": "1.0.79",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "files": [