bimba-cli 0.5.9 → 0.5.11

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/serve.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bimba-cli",
3
- "version": "0.5.9",
3
+ "version": "0.5.11",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/HeapVoid/bimba.git"
package/serve.js CHANGED
@@ -155,7 +155,7 @@ const hmrClient = `
155
155
  Object.assign(el, state);
156
156
  try { el.render && el.render(); } catch(_) {}
157
157
  // Re-fire lifecycle for the top tag itself: imba compiles
158
- // `def mount` to a `mount()` instance method, and standard
158
+ // "def mount" to a mount() instance method, and standard
159
159
  // connectedCallback may also matter for descendants created
160
160
  // by render(). The element is still attached to its parent,
161
161
  // so we just call them directly.