Skip to content

Instantly share code, notes, and snippets.

@johnmutuma5
Last active July 18, 2018 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmutuma5/0db1e0e8ceb7f6b5d597ea6a7dd31100 to your computer and use it in GitHub Desktop.
Save johnmutuma5/0db1e0e8ceb7f6b5d597ea6a7dd31100 to your computer and use it in GitHub Desktop.
Test gist
const greet = () => console.log('hello world');
module.exports.greet = greet;
{
"name": "hello",
"version": "1.0.0",
"description": "",
"main": "hello.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment