@flock/kotlin-ts
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@flock/kotlin-ts", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": "Kasper Peulen", | ||
@@ -25,7 +25,5 @@ "license": "MIT", | ||
"release": "npm run build && cd build && npm publish", | ||
"build": "npm run build:clean && npm run build:esm && npm run build:cjs && cp package.json build/package.json", | ||
"build": "npm run build:clean && npm run build:esm && npm run build:cjs && cp package.json build/package.json && cp package.esm.json build/esm/package.json", | ||
"build:cjs": "tsc -b tsconfig.cjs.json", | ||
"build:esm": "tsc -b tsconfig.esm.json", | ||
"build-cjs": "babel build/esm --config-file ./.babel.cjs.json --out-dir build/cjs --out-file-extension .js --source-maps", | ||
"build-mjs": "babel build/esm --config-file ./.babel.mjs.json --out-dir build/mjs --out-file-extension .mjs --source-maps", | ||
"build:clean": "rimraf build", | ||
@@ -32,0 +30,0 @@ "postinstall": "tsplus-install", |
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
88
167231