@glitchr/stickyjs 1.0.4 → 1.0.6

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/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glitchr/stickyjs",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Sticky scroll library",
5
5
  "main": "src/index.js",
6
6
  "repository": {
package/src/index.js CHANGED
@@ -182,7 +182,7 @@ $.fn.serializeObject = function () {
182
182
 
183
183
  })(this, function () {
184
184
 
185
- var Sticky = {};
185
+ var Sticky = window.Sticky = {};
186
186
  Sticky.version = '0.1.0';
187
187
 
188
188
  var Settings = Sticky.settings = {