Comparing version 1.10.5 to 1.10.6
{ | ||
"name": "incoffee", | ||
"version": "1.10.5", | ||
"version": "1.10.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "incoffee.js", |
@@ -5,3 +5,3 @@ #!/usr/bin/env node | ||
var T = include('Test'); | ||
var T = incoffee('Test'); | ||
@@ -40,3 +40,3 @@ var t = new T; | ||
try { | ||
include('obj'); | ||
incoffee('obj'); | ||
shouldBeFalse = true; | ||
@@ -51,3 +51,3 @@ } catch (err) { | ||
try { | ||
include('ext'); | ||
incoffee('ext'); | ||
shouldBeFalse = true; | ||
@@ -61,7 +61,7 @@ } catch (err) { | ||
include.load_dir(__dirname + '/../test2'); | ||
incoffee.pull(__dirname + '/../test2'); | ||
ext = include('ext'); | ||
ext = incoffee('ext'); | ||
if (ext() !== 'ext') { | ||
throw new Error('unexpected result: ext'); | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6360