From d1cad11ac1716b4cb6134a4ad5ab3fd5e7b79617 Mon Sep 17 00:00:00 2001 From: Cherif BOUCHELAGHEM Date: Fri, 24 May 2019 18:22:26 +0100 Subject: [PATCH] 1.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5f87bd..0ddfd21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "can-globals", - "version": "1.2.1", + "version": "1.2.2", "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": {