frayerjj-frontend 0.1.43 → 0.1.44

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/init.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frayerjj-frontend",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "My base frontend for various projects",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
package/src/init.js CHANGED
@@ -37,7 +37,7 @@ export const init = () => {
37
37
  if (typeof window.ClassicEditor !== 'undefined') {
38
38
  ckeupload.init();
39
39
  } else {
40
- message.error('CKEditor failed to load.');
40
+ console.error('CKEditor failed to load.');
41
41
  }
42
42
  }, 1000); // Retry after 1 second
43
43
  }