test: include js-yaml senario, which fixes #148

This commit is contained in:
Jared Allard
2016-01-28 17:51:56 -08:00
parent bbe26640df
commit ea38821fd4
2 changed files with 25 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
require('js-yaml');
console.log('hello world!');
+22
View File
@@ -0,0 +1,22 @@
{
"name": "js-yaml-148",
"version": "1.0.0",
"description": "#148 js-yaml fails to work",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jared Allard <jaredallard@outlook.com>",
"license": "MIT",
"dependencies": {
"js-yaml": "^3.5.2"
},
"nexe": {
"input": "index.js",
"output": "test.nex",
"runtime": {
"version": "5.5.0",
"framework": "node"
}
}
}