Skip to content

Commit

Permalink
non coffee-script support working
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneware committed Jan 17, 2011
1 parent b5c319a commit c5098ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/jasbin
@@ -1,5 +1,5 @@
#!/usr/bin/env node
var jasmine = require('jasbin');
var jasmine = require('jasbin');

// coffeescript support if you have coffee-script installed
try {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "jasbin",
"version" : "v1.0.2",
"version" : "v1.0.6",
"description" : "Simple command line runner for jasmine, a BDD Javascript Testing Framework",
"homepage" : "http://pivotal.github.com/jasmine",
"keywords" : ["testing", "bdd", "jasmine", "jasbin"],
Expand Down

0 comments on commit c5098ea

Please sign in to comment.