path2d-polyfill
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,7 @@ | ||
## [2.0.1](https://github.com/nilzona/path2d-polyfill/compare/v2.0.0...v2.0.1) (2023-01-22) | ||
### Bug Fixes | ||
- add browser and main fields in package.json ([82e8522](https://github.com/nilzona/path2d-polyfill/commit/82e8522b17c750cc06dbade1e7022ffea312fd5d)) | ||
## [2.0.0](https://github.com/nilzona/path2d-polyfill/compare/v1.2.3...v2.0.0) (2023-01-22) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "path2d-polyfill", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Polyfills Path2D api for canvas rendering", | ||
@@ -18,2 +18,4 @@ "scripts": { | ||
}, | ||
"main": "dist/path2d-node.cjs", | ||
"browser": "dist/path2d-polyfill.min.js", | ||
"exports": { | ||
@@ -20,0 +22,0 @@ "node": { |
@@ -12,3 +12,3 @@ # path2d-polyfill | ||
```html | ||
<script lang="javascript" src="https://unpkg.com/path2d-polyfill"></script> | ||
<script lang="javascript" src="https://cdn.jsdelivr.net/npm/path2d-polyfill/dist/path2d-polyfill.min.js"></script> | ||
``` | ||
@@ -15,0 +15,0 @@ |
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
102466