helios-test-pkg
Advanced tools
Comparing version 1.0.1-PRERELEASE-selene-hook-integration.3 to 1.0.1-PRERELEASE-selene-hook-integration.4
{ | ||
"name": "helios-test-pkg", | ||
"description": "A dummy package that can be used to test out any version-based logic for HDS.", | ||
"version": "1.0.1-PRERELEASE-selene-hook-integration.3", | ||
"version": "1.0.1-PRERELEASE-selene-hook-integration.4", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
function Button() { | ||
return "I am a button....."; | ||
return "I am a button......"; | ||
} | ||
module.exports = Button; |
379