Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Jan 27, 2018
1 parent c5903f8 commit 84d6f9c
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": "0.4.1",
"version": "1.0.0",
"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 84d6f9c

Please sign in to comment.