creactive 0.0.8 → 0.0.9

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.
@@ -15,7 +15,7 @@
15
15
  exports["creactive"] = factory();
16
16
  else
17
17
  root["creactive"] = factory();
18
- })(self, () => {
18
+ })(this, () => {
19
19
  return /******/ (() => { // webpackBootstrap
20
20
  /******/ var __webpack_modules__ = ({
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "creactive",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "main": "build/web/index.js",
5
5
  "files": [
6
6
  "build/web/**"