Comparing version 2.2.0 to 3.0.0
@@ -9,2 +9,8 @@ # Changelog | ||
## 3.0.0 | ||
### Breaking Changes | ||
* `FIX`: remove browser field again; it confuses modern module bundlers. This partially reverts `v2.1.0` | ||
## 2.2.0 | ||
@@ -11,0 +17,0 @@ |
{ | ||
"name": "min-dom", | ||
"version": "2.2.0", | ||
"version": "3.0.0", | ||
"description": "A minimal dom utility toolbelt", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"browser": "dist/min-dom.js", | ||
"scripts": { | ||
@@ -9,0 +8,0 @@ "all": "run-s lint test bundle test:integration", |
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
43814