beyondjava-example-second-library
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,7 +0,7 @@ | ||
const { DeepThoughts } = require('beyondjava-example-base-library'); | ||
const { DeepThought } = require('beyondjava-example-base-library'); | ||
function useAndReturnDeepThoughts() { | ||
return new DeepThoughts().printDeepThoughts(); | ||
return new DeepThought().printDeepThoughts(); | ||
} | ||
module.exports = { useAndReturnDeepThoughts }; |
{ | ||
"name": "beyondjava-example-second-library", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
606