@dannydasilva/my-package
Advanced tools
Comparing version 1.0.5-alpha.2 to 1.0.5-alpha.3
console.log("hello from my-package.") | ||
const sayHello = (name) => console.log(`TESTING, how is it going ${name}`) | ||
const sayHello = (name) => console.log(`TESTING Example2, how is it going ${name}`) | ||
module.exports = {sayHello} |
{ | ||
"name": "@dannydasilva/my-package", | ||
"version": "1.0.5-alpha.2", | ||
"version": "1.0.5-alpha.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
291