@produck/kit
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@produck/kit", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A useful dependency injection module.", | ||
@@ -16,3 +16,2 @@ "keywords": [ | ||
"files": [ | ||
"dist/kit.cjs", | ||
"index.mjs", | ||
@@ -24,7 +23,7 @@ "version.mjs", | ||
"types": "index.d.ts", | ||
"main": "dist/kit.cjs", | ||
"main": "index.cjs", | ||
"type": "module", | ||
"exports": { | ||
"import": "./index.mjs", | ||
"require": "./dist/kit.cjs" | ||
"require": "./index.cjs" | ||
}, | ||
@@ -47,5 +46,5 @@ "publishConfig": { | ||
"devDependencies": { | ||
"rollup": "^3.2.5" | ||
"rollup": "^3.3.0" | ||
}, | ||
"gitHead": "b9fbfb9bd11ecc5c37203f47783a495fe0743cf6" | ||
"gitHead": "ac059f38b8058ab273b119db3a1480a3e509f757" | ||
} |
Sorry, the diff of this file is not supported yet
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
8853