@amalto/cron-input
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -5,3 +5,3 @@ { | ||
"description": "Cron input used to schedule a task.", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
"test": "ava ./test/test.js --verbose", | ||
"prepare": "tsc -d" | ||
"prepare": "rm -rf ./build; tsc -d" | ||
}, | ||
@@ -30,6 +30,6 @@ "publishConfig": { | ||
"dependencies": { | ||
"@amalto/helpers": "^1.3.0", | ||
"@amalto/switch": "^1.3.0", | ||
"@amalto/validated-input": "^1.3.0", | ||
"@amalto/wordings": "^1.3.0", | ||
"@amalto/helpers": "^1.3.1", | ||
"@amalto/switch": "^1.3.1", | ||
"@amalto/validated-input": "^1.3.1", | ||
"@amalto/wordings": "^1.3.1", | ||
"classnames": "2.2.5", | ||
@@ -36,0 +36,0 @@ "jquery": "3.3.1", |
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
28871
Updated@amalto/helpers@^1.3.1
Updated@amalto/switch@^1.3.1
Updated@amalto/wordings@^1.3.1