atomic-di 1.0.0-rc.1 → 1.0.0-rc.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "atomic-di",
|
3
|
-
"version": "1.0.0-rc.
|
4
|
-
"description": "
|
3
|
+
"version": "1.0.0-rc.2",
|
4
|
+
"description": "This library implements lifetimes, scopes and mocking for pure dependency injection.",
|
5
5
|
"repository": "https://github.com/ncor/atomic-di",
|
6
6
|
"bugs": "https://github.com/ncor/atomic-di/issues",
|
7
7
|
"homepage": "https://github.com/ncor/atomic-di#readme",
|