@react-pdf/primitives
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "@react-pdf/primitives", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "MIT", | ||
@@ -9,3 +9,3 @@ "description": "Define uninitialized elements", | ||
"type": "module", | ||
"main": "./lib/index.js", | ||
"main": "./lib/index.cjs", | ||
"module": "./src/index.js", | ||
@@ -15,3 +15,3 @@ "exports": { | ||
"import": "./src/index.js", | ||
"require": "./lib/index.js", | ||
"require": "./lib/index.cjs", | ||
"default": "./src/index.js" | ||
@@ -26,3 +26,3 @@ } | ||
"scripts": { | ||
"build": "babel src --out-dir lib", | ||
"build": "babel src --out-dir lib && mv lib/index.js lib/index.cjs", | ||
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest" | ||
@@ -29,0 +29,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
3176