@flashtest/addition2
Advanced tools
Comparing version 0.0.1 to 0.1.0-next.0
module.exports.add = function (x, y) { | ||
console.log("0.0.0"); | ||
console.log("1.0.0-next.0"); | ||
return x + y; | ||
} |
{ | ||
"name": "@flashtest/addition2", | ||
"version": "0.0.1", | ||
"version": "0.1.0-next.0", | ||
"description": "", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "f107a86a75e55155586f53c6f0e1c7743fac5898" | ||
"gitHead": "943ad2b312436b9efdea6af41605a571d293038f" | ||
} |
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
460