@react-pdf/primitives
Advanced tools
Comparing version 3.1.1 to 4.0.0
{ | ||
"name": "@react-pdf/primitives", | ||
"version": "3.1.1", | ||
"version": "4.0.0", | ||
"license": "MIT", | ||
@@ -9,11 +9,3 @@ "description": "Define uninitialized elements", | ||
"type": "module", | ||
"main": "./lib/index.cjs", | ||
"module": "./src/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./src/index.js", | ||
"require": "./lib/index.cjs", | ||
"default": "./src/index.js" | ||
} | ||
}, | ||
"main": "./src/index.js", | ||
"repository": { | ||
@@ -25,4 +17,3 @@ "type": "git", | ||
"scripts": { | ||
"build": "babel src --out-dir lib && mv lib/index.js lib/index.cjs", | ||
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest" | ||
"test": "vitest" | ||
}, | ||
@@ -29,0 +20,0 @@ "files": [ |
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
1469
3
24