cake-editor 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.jsx +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cake-editor",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
package/src/index.jsx CHANGED
@@ -26,7 +26,6 @@ function Editor() {
26
26
  <div className="root">
27
27
  <div className="buttons_list">
28
28
  <button className="btn" id="bold" onClick={e => execute(e)}>
29
- {/*<i className="fa-solid fa-bold"></i>*/}
30
29
  B
31
30
  </button>
32
31
  <button className="btn" id="italic" onClick={e => execute(e)}>