@uxf/form
Advanced tools
Comparing version 11.31.1 to 11.31.2
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
export {}; |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -49,4 +50,7 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
.then(() => { | ||
process.exit(0); | ||
}) | ||
.catch((err) => { | ||
console.error(err); | ||
process.exit(1); | ||
}) | ||
.catch(console.error); | ||
}); |
{ | ||
"name": "@uxf/form", | ||
"version": "11.31.1", | ||
"version": "11.31.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
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
194434
3580