We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5242a6b + 27748de commit 2718c74Copy full SHA for 2718c74
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@neoskop/injector",
3
- "version": "1.3.2",
+ "version": "1.3.3",
4
"description": "A replacement for the core functionallity of the deprecated ReflectiveInjector from @angular/core",
5
"main": "bundle/injector.bundle.js",
6
"module": "dist/public_api.js",
@@ -65,7 +65,7 @@
65
]
66
},
67
"peerDependencies": {
68
- "@angular/core": "^5.2.2 || ^6.0.0",
69
- "reflect-metadata": "^0.1.12"
+ "@angular/core": "*",
+ "reflect-metadata": "*"
70
}
71
0 commit comments