@hortonstudio/main 1.1.7 → 1.1.8

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.
@@ -399,7 +399,7 @@ export async function init() {
399
399
  ease: config.headingSplit.ease,
400
400
  onComplete: () => {
401
401
  if (split && split.revert) {
402
- split.revert();
402
+
403
403
  }
404
404
  }
405
405
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hortonstudio/main",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {