@thednp/dommatrix
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@thednp/dommatrix", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "TypeScript shim for DOMMatrix", | ||
@@ -9,3 +9,5 @@ "homepage": "https://thednp.github.io/dommatrix/", | ||
"source": "src/index.ts", | ||
"main": "dist/dommatrix", | ||
"main": "dist/dommatrix.js", | ||
"module": "dist/dommatrix.cjs", | ||
"esnext": "dist/dommatrix.mjs", | ||
"types": "dist/dommatrix.d.ts", | ||
@@ -12,0 +14,0 @@ "scripts": { |
234771