@dannydasilva/my-package
Advanced tools
Comparing version 1.0.4 to 1.0.5-alpha.0
console.log("hello from my-package.") | ||
const sayHello = (name) => console.log(`Hello3, how is it going ${name}`) | ||
const sayHello = (name) => console.log(`TESTING, how is it going ${name}`) | ||
module.exports = {sayHello} |
{ | ||
"name": "@dannydasilva/my-package", | ||
"version": "1.0.4", | ||
"version": "1.0.5-alpha.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
282
2