react-number-textfield
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "react-number-textfield", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Controlled ReactJS component for entering numbers.", | ||
"main": "index.ts", | ||
"main": "dist/react-number-textfield.ts", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "dev": "webpack --mode development", |
@@ -11,3 +11,3 @@ const path = require("path"); | ||
library: "ReactNumberTextfield", | ||
libraryTarget: "commonjs" | ||
libraryTarget: "umd" | ||
}, | ||
@@ -14,0 +14,0 @@ resolve: { |
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
36543