Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thisandagain committed Aug 20, 2012
1 parent a7a660d commit 4250f4a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/language.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Logo Language Interpreter in Javascript.
* LOGO language interpreter.
*
* @package logo
* @authors Joshua Bell <http://www.calormen.com/logo>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"author": "DIY Co. <https://diy.org>",
"name": "logo",
"description": "A streaming interpreter for the logo programming language.",
"homepage" : "https://github.com/thisandagain/logo",
"version": "0.1.0",
"dependencies": {
"async": "0.1.X",
Expand Down
2 changes: 0 additions & 2 deletions test/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var fs = require('fs'),
logo = require('../lib/index.js');

async.auto({

basic: function (callback) {
logo.convert('repeat 4 [fd 50 rt 90]', callback);
},
Expand Down Expand Up @@ -56,7 +55,6 @@ async.auto({

callback();
}]

}, function (err, obj) {
test("Catch errors", function (t) {
t.equal(err, null, "Errors should be null");
Expand Down

0 comments on commit 4250f4a

Please sign in to comment.