Comparing version 2.0.0-beta.2 to 2.0.0-beta.3
{ | ||
"name": "idle-js", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0-beta.3", | ||
"description": "Detect user idleness. In other words, play with activity state.", | ||
@@ -44,3 +44,11 @@ "scripts": { | ||
"Martin Hradil <mhradil@redhat.com> (https://github.com/himdel)" | ||
] | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/idle-js.es.js", | ||
"require": "./dist/idle-js.umd.js" | ||
} | ||
}, | ||
"main": "./dist/idle-js.umd.js", | ||
"module": "./dist/idle-js.es.js" | ||
} |
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
3821