a-test-repo
Advanced tools
Comparing version
@@ -1,5 +0,5 @@ | ||
module.exports = function(cb) { | ||
setImmediate(function() { | ||
cb(null, 'a test module'); | ||
module.exports = function() { | ||
return new Promise(function(resolve) { | ||
resolve('a test repo'); | ||
}); | ||
}; |
{ | ||
"name": "a-test-repo", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "A test repo", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,1 +0,1 @@ | ||
# Async function. | ||
# Async function. |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
808
1.13%6
50%2
100%1
Infinity%80
-20%