From 7c5cccc236744b3a39939bd90f99e6e56a186ffb Mon Sep 17 00:00:00 2001 From: imasustink Date: Thu, 2 Nov 2017 09:37:52 -0700 Subject: [PATCH] Update dist for release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a1d2f3..182bacf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "can-globals", - "version": "0.2.5", + "version": "0.2.6", "description": "This module provides a dependency injection container. Modules may define a key and specify a default value (which can be static, cached lazy, or dynamic lazy), but other code can set and reset the value as needed. There is also an event system, for alerting on value changes, both specific to a key and for any key.", "main": "can-globals.js", "scripts": {