@brillout/debug
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@brillout/debug", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "./dist/cjs/index.js", | ||
@@ -13,3 +13,5 @@ "module": "./dist/esm/index.js", | ||
"scripts": { | ||
"// === Dev ===": "", | ||
"dev": "pnpm run tsc:watch:cjs", | ||
"// === Build ===": "", | ||
"build": "pnpm run clean && pnpm run tsc:esm && pnpm run tsc:cjs", | ||
@@ -21,3 +23,6 @@ "tsc:esm": "tsc", | ||
"clean": "rm -rf dist/", | ||
"prepublishOnly": "pnpm run build" | ||
"// === Release ===": "", | ||
"prepublishOnly": "pnpm run build", | ||
"postpublish": " git push && git push --tags", | ||
"release": "npm version patch && npm publish" | ||
}, | ||
@@ -24,0 +29,0 @@ "devDependencies": { |
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
10081