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.
Files changed (1) hide show
  1. 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.1",
4
- "description": "A toolset for containerless dependency injection.",
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",