@tlon/sigil-js
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -5,3 +5,3 @@ import React from 'react'; | ||
style: { | ||
backgroundRepeat: string; | ||
backgroundRepeat: "no-repeat"; | ||
width: string | undefined; | ||
@@ -8,0 +8,0 @@ height: string | undefined; |
{ | ||
"name": "@tlon/sigil-js", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"private": false, | ||
@@ -13,3 +13,3 @@ "license": "MIT", | ||
"prettier": "^1.19.1", | ||
"tsdx": "^0.12.3", | ||
"tsdx": "^0.14.1", | ||
"typescript": "^3.8.3" | ||
@@ -23,3 +23,3 @@ }, | ||
"peerDependencies": { | ||
"react": "^17" | ||
"react": "^16 || ^17" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
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
1201109