@amalto/switch
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -5,3 +5,3 @@ { | ||
"description": "Switch button.", | ||
"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" | ||
}, | ||
@@ -26,0 +26,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
10955