@dcomponents/asdf
Advanced tools
Comparing version 1.0.34 to 1.0.35
{ | ||
"name": "@dcomponents/asdf", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"description": "> TODO: description", | ||
@@ -22,3 +22,3 @@ "author": "Jack Blakeston <jackblakeston93@gmail.com>", | ||
"test": "node ./test.js", | ||
"build": "esbuild src/index.ts --bundle --outfile=lib/index.js --platform=node --target=es2018 --format=esm --minify --sourcemap --external:react --external:react-dom && tsc" | ||
"build": "esbuild src/index.ts --bundle --outfile=lib/index.js --platform=node --target=es2018 --format=esm --minify --sourcemap --external:react --external:react-dom --tsconfig=./tsconfig.json && tsc" | ||
}, | ||
@@ -25,0 +25,0 @@ "bugs": { |
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
1391