Skip to content

Commit

Permalink
ready for liftoff
Browse files Browse the repository at this point in the history
  • Loading branch information
gradus committed Apr 12, 2012
1 parent 62ba027 commit 8637a2d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Empty file added bin/saucer
Empty file.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -8,12 +8,12 @@
"url": "git://github.com/gradus/saucer.git"
},
"bin": {
"coffeecup": "./bin/saucer"
"saucer": "./bin/saucer"
},
"main": "./lib/saucer",
"engines": {
"node": ">= 0.6.7"
}
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
Expand All @@ -27,6 +27,6 @@
},
"optionalDependencies": {},
"engines": {
"node": "*"
"node": "0.6.14"
}
}
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -42,7 +42,7 @@ Keep your eyes peeled to the sky and maybe you will see it.

## A minimalist node module that does nothing at all

## When it lands, will be a coffescript framework w/ CoffeeCup templating
## When it lands, will be a CoffeScript framework w/ CoffeeCup templating
A featureless but fully pluggable framework.

### Usage
Expand Down
3 changes: 3 additions & 0 deletions src/saucer/app.coffee
@@ -0,0 +1,3 @@
app = exports.App

console.log 'ready for liftoff'

0 comments on commit 8637a2d

Please sign in to comment.