@pluralsight/react
Advanced tools
Comparing version 0.4.1-experimental-0c2d86-20230503 to 0.4.1-experimental-10a5d3-20230504
{ | ||
"name": "@pluralsight/react", | ||
"version": "0.4.1-experimental-0c2d86-20230503", | ||
"version": "0.4.1-experimental-10a5d3-20230504", | ||
"description": "A React component library for Pando.", | ||
"main": "npm/node/index.js", | ||
"module": "npm/browser/index.js", | ||
"types": "npm/types/index.d.ts", | ||
"types": "npm/types/src/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./npm/browser/index.js", | ||
"require": "./npm/node/index.js" | ||
"require": "./npm/node/index.js", | ||
"types": "./npm/types/src/index.d.ts" | ||
}, | ||
"./types": { | ||
"types": "./npm/types/types.d.ts" | ||
"types": "./npm/types/src/types.d.ts" | ||
}, | ||
"./dev": { | ||
"import": "./src/index.ts" | ||
"import": "./src/index.ts", | ||
"types": "./src/types/src/index.d.ts" | ||
} | ||
@@ -23,3 +25,3 @@ }, | ||
"types": [ | ||
"npm/types/types.d.ts" | ||
"npm/types/src/types.d.ts" | ||
] | ||
@@ -26,0 +28,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
38495