@agencebio/rosetta-cultures
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@agencebio/rosetta-cultures", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Traduction des codes cultures de la CPF vers la PAC vers des nomenclatures d'organismes de certification, et vice-versa.", | ||
@@ -16,4 +16,6 @@ "main": "index.js", | ||
"exports": { | ||
"import": "./index.js", | ||
"require": "./dist/cjs/index.js" | ||
".": { | ||
"import": "./index.js", | ||
"require": "./dist/cjs/index.cjs" | ||
} | ||
}, | ||
@@ -24,3 +26,3 @@ "scripts": { | ||
"build:types": "tsc index.js --declaration --allowJs --emitDeclarationOnly", | ||
"build:cjs": "tsc index.js --esModuleInterop --allowJs --module commonjs --resolveJsonModule --outDir dist/cjs", | ||
"build:cjs": "tsc index.js --esModuleInterop --allowJs --module commonjs --resolveJsonModule --outDir dist/cjs && mv -f dist/cjs/index.js dist/cjs/index.cjs", | ||
"prepublish": "npm run build", | ||
@@ -27,0 +29,0 @@ "test": "node --test index.test.js" |
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
784941