Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "true-di", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Simple Dependency Injection solution for TypeScript and Javascript", | ||
@@ -10,3 +10,4 @@ "main": "index.js", | ||
"build:cjs": "rm -rf ./lib; tsc -p ./tsconfig.cjs.json", | ||
"build": "npm run build:es && npm run build:cjs" | ||
"build": "npm run build:es && npm run build:cjs", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -13,0 +14,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
59402
64
1240
0