react-usa-svg
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"author": "Konstantin Ryzhov", | ||
"name": "react-usa-svg", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -11,3 +11,6 @@ "main": "index.js", | ||
"build": "rm -rf ./lib && tsc", | ||
"prepare": "yarn build" | ||
"prepublish": "yarn build", | ||
"release-patch": "npm version patch -m 'patch version'", | ||
"release-minor": "npm version minor -m 'minor version'", | ||
"release-major": "npm version major -m 'major version'" | ||
}, | ||
@@ -14,0 +17,0 @@ "license": "WTFPL", |
import * as React from 'react'; | ||
export type USAProps = { | ||
color: string; | ||
color?: string; | ||
}; | ||
@@ -6,0 +6,0 @@ |
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
1111
134085