@solid-primitives/platform
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@solid-primitives/platform", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A set of const boolean variables identifying device and browser type.", | ||
@@ -46,3 +46,6 @@ "author": "Damian Tarnawski <gthetarnav@gmail.com>", | ||
}, | ||
"require": "./dist/index.cjs" | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
}, | ||
@@ -54,3 +57,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"solid-js": "^1.7.11" | ||
"solid-js": "^1.8.7" | ||
}, | ||
@@ -57,0 +60,0 @@ "scripts": { |
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
14086