Comparing version 2.0.0-alpha.0 to 2.0.0-alpha.1
11
index.js
@@ -38,3 +38,14 @@ let Resolver = require('arc-resolver'); | ||
let readdirSync = adaptiveFS.readdirSync; | ||
adaptiveFS.readdirSync = function(...args) { | ||
let items = readdirSync(...args); | ||
let unique = {}; | ||
items.forEach(item => { | ||
unique[item.replace(/\[.*\]/, '')] = true; | ||
}); | ||
return Object.keys(unique); | ||
} | ||
return adaptiveFS; | ||
}; |
{ | ||
"name": "arc-fs", | ||
"version": "2.0.0-alpha.0", | ||
"version": "2.0.0-alpha.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "nyc mocha test.js" | ||
}, | ||
"author": "Michael Rawlings <ml.rawlings@gmail.com>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"arc-resolver": "^2.0.0-alpha.0" | ||
"arc-resolver": "^2.0.0-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"memory-fs": "^0.4.1", | ||
"mocha": "^3.2.0", | ||
"nyc": "^11.3.0" | ||
}, | ||
"gitHead": "4772d05c45bc1bfbc988b7ac97a96295b452c650" | ||
"gitHead": "c56b19445f205dfab10ff786fba176b70f080f98" | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
5045
0
4
45
1
87
Updatedarc-resolver@^2.0.0-alpha.1