prostore.glob-utils
Advanced tools
Comparing version 0.3.0 to 0.3.1
10
index.js
@@ -114,3 +114,11 @@ 'use strict'; | ||
updated: updated, | ||
dirty: dirty | ||
dirty: dirty, | ||
local: { | ||
newer: added.concat(dirty), | ||
missing: _remote | ||
}, | ||
remote: { | ||
newer: _remote.concat(updated), | ||
missing: added | ||
} | ||
}; | ||
@@ -117,0 +125,0 @@ }; |
{ | ||
"name": "prostore.glob-utils", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Glob Utilities", | ||
@@ -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
8377
186