Comparing version 1.0.0 to 1.0.1
13
index.js
/* jshint node: true */ | ||
/* | ||
* expose | ||
*/ | ||
module.exports = exports = Duration; | ||
// time durations | ||
@@ -11,10 +17,3 @@ var nanosecond = exports.nanosecond = 1; | ||
/* | ||
* expose | ||
*/ | ||
module.exports = Duration; | ||
/* | ||
* Duration | ||
@@ -21,0 +20,0 @@ * |
{ | ||
"name": "dur-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Duration object", | ||
@@ -5,0 +5,0 @@ "main": "index.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
4749