Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "rsdi", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Simple dependency injection container for JavaScript/TypeScript", | ||
@@ -10,3 +10,3 @@ "scripts": { | ||
"build": "tsc", | ||
"build-prod": "rm -Rf ./dist/* && NODE_ENV=production tsc --build tsconfig.json", | ||
"build-prod": "rm -Rf ./dist/* && NODE_ENV=production tsc --build tsconfig.json && cp README.md package.json dist/", | ||
"pre-commit": "lint-staged", | ||
@@ -25,8 +25,2 @@ "lint": "yarn eslint src/**/**.ts", | ||
], | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/index.js", | ||
"types": "dist/types.d.ts", | ||
"module": "./dist/index.js", | ||
"homepage": "https://github.com/radzserg/rsdi", | ||
@@ -33,0 +27,0 @@ "author": "Sergey Radzishevskii <radzserg@gmail.com>", |
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
57898
38