Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "htm", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "The Tagged Template syntax for Virtual DOM. Only browser-compatible syntax.", | ||
@@ -11,2 +11,3 @@ "main": "dist/htm.js", | ||
".": { | ||
"types": "./dist/htm.d.ts", | ||
"browser": "./dist/htm.module.js", | ||
@@ -19,2 +20,3 @@ "umd": "./dist/htm.umd.js", | ||
"./preact": { | ||
"types": "./preact/index.d.ts", | ||
"browser": "./preact/index.module.js", | ||
@@ -26,2 +28,3 @@ "umd": "./preact/index.umd.js", | ||
"./preact/standalone": { | ||
"types": "./preact/index.d.ts", | ||
"browser": "./preact/standalone.module.js", | ||
@@ -33,2 +36,3 @@ "umd": "./preact/standalone.umd.js", | ||
"./react": { | ||
"types": "./react/index.d.ts", | ||
"browser": "./react/index.module.js", | ||
@@ -40,2 +44,3 @@ "umd": "./react/index.umd.js", | ||
"./mini": { | ||
"types": "./mini/index.d.ts", | ||
"browser": "./mini/index.module.js", | ||
@@ -42,0 +47,0 @@ "umd": "./mini/index.umd.js", |
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
88480