@markuplint/i18n
Advanced tools
Comparing version 4.0.0-alpha.5 to 4.0.0-alpha.6
{ | ||
"name": "@markuplint/i18n", | ||
"version": "4.0.0-alpha.5", | ||
"version": "4.0.0-alpha.6", | ||
"description": "Internationalization for markuplint", | ||
@@ -35,10 +35,8 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"scripts": { | ||
"build": "yarn build:esm; yarn build:cjs; yarn rename:esm; yarn replaceext:esm", | ||
"build": "yarn build:esm; yarn build:cjs; node ./esm.mjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir cjs", | ||
"rename:esm": "find ./esm -type f -name \"*.js\" -exec sh -c 'mv \"$0\" \"${0%.js}.mjs\"' {} \\;", | ||
"replaceext:esm": "find ./esm -type f -name \"*.mjs\" -exec sed -i '' 's/\\.js/\\.mjs/g' {} \\;", | ||
"clean": "tsc --build --clean" | ||
}, | ||
"gitHead": "0c3e4690662edf1765bcc4b6411ec5507c1e2ea3" | ||
"gitHead": "06e1242d274c72cf08a10a572b06ac35d1b924a4" | ||
} |
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
40905
19
881