Skip to content

Instantly share code, notes, and snippets.

@umezo
Last active February 26, 2016 04:43
Show Gist options
  • Save umezo/76f0acf76c241a40d876 to your computer and use it in GitHub Desktop.
Save umezo/76f0acf76c241a40d876 to your computer and use it in GitHub Desktop.
test requiring current ramlev
node_modules/
npm install
npm start
var ramlev = require('ramlev')
{
"name": "ramlev-test-require",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"ramlev": "^0.4.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment