@apigames/highres-timer
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,0 +0,0 @@ const highResTimer = require("./src/high.resolution.timer.utils"); |
@@ -6,3 +6,3 @@ { | ||
"license": "UNLICENSED", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "index.js", | ||
@@ -15,2 +15,7 @@ "scripts": { | ||
"collectCoverage": true, | ||
"collectCoverageFrom": [ | ||
"**/*.js", | ||
"!**/node_modules/**", | ||
"!**/WebStorm/**" | ||
], | ||
"roots": [ | ||
@@ -25,3 +30,3 @@ "<rootDir>/tests/" | ||
"devDependencies": { | ||
"jest": "^24.9.0" | ||
"jest": "^25.1.0" | ||
}, | ||
@@ -28,0 +33,0 @@ "repository": { |
# apigames-highres-timer | ||
API Games High Resolution Timer Componentry |
@@ -0,0 +0,0 @@ exports.startTime = function () { |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
1524