react-otpcode-input
Advanced tools
Comparing version 0.2.11 to 0.2.12
{ | ||
"name": "react-otpcode-input", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "OTP Input Component", | ||
@@ -19,2 +19,3 @@ "main": "index.js", | ||
"license": "MIT", | ||
"types": "typings/index.d.ts", | ||
"bugs": { | ||
@@ -21,0 +22,0 @@ "url": "https://github.com/omegaspn/react-otpcode-input/issues" |
{ | ||
"compilerOptions": { | ||
"baseUrl": "../src", | ||
"target": "es5", | ||
@@ -18,3 +19,3 @@ "lib": ["dom", "dom.iterable", "esnext"], | ||
}, | ||
"include": ["src", "typings/**/*.d.ts"] | ||
"include": ["typings/index.d.ts"] | ||
} |
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
12345
258