@samuel-martins/my-pkg-2
Advanced tools
Comparing version 0.0.5 to 0.0.6
module.exports = function() { | ||
console.log('my pkg 2'); | ||
console.log('Olá pessoal, esse é o my-pkg-2'); | ||
}; |
{ | ||
"name": "@samuel-martins/my-pkg-2", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"license": "ISC", | ||
"gitHead": "03cc007ded296dad3456c457260a6f4d9d023947" | ||
"gitHead": "4a6ef511d3310dd3c775d6cfdccac677ca509ccb" | ||
} |
362