diff --git a/test/js-yaml-148/index.js b/test/js-yaml-148/index.js new file mode 100644 index 0000000..0222a41 --- /dev/null +++ b/test/js-yaml-148/index.js @@ -0,0 +1,3 @@ +require('js-yaml'); + +console.log('hello world!'); diff --git a/test/js-yaml-148/package.json b/test/js-yaml-148/package.json new file mode 100644 index 0000000..5b6f6f1 --- /dev/null +++ b/test/js-yaml-148/package.json @@ -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 ", + "license": "MIT", + "dependencies": { + "js-yaml": "^3.5.2" + }, + "nexe": { + "input": "index.js", + "output": "test.nex", + "runtime": { + "version": "5.5.0", + "framework": "node" + } + } +}