Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul committed May 24, 2019
1 parent 702b6b5 commit d1cad11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d1cad11

Please sign in to comment.