Skip to content

Commit

Permalink
rm bin coffeekup update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gradus committed Feb 22, 2012
1 parent 2b962bc commit 3ac064a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 97 deletions.
93 changes: 0 additions & 93 deletions bin/coffeekup

This file was deleted.

2 changes: 1 addition & 1 deletion lib/coffeecup.coffee
Expand Up @@ -16,7 +16,7 @@ else
coffeecup = exports
coffee = require 'coffee-script'

coffeecup.version = '0.3.1edge'
coffeecup.version = '0.3.4'

# Values available to the `doctype` function inside a template.
# Ex.: `doctype 'strict'`
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -23,9 +23,9 @@
"coffeescript"
],
"bin": {
"coffeecup": "./bin/coffeekup"
"coffeecup": "./bin/coffeecup"
},
"main": "./lib/coffeekup",
"main": "./lib/coffeecup",
"engines": {
"node": ">= 0.4.7"
},
Expand All @@ -43,4 +43,4 @@
"Nicholas Kinsey <nicholas.kinsey@feistystudios.com>"
],
"optionalDependencies": {}
}
}

0 comments on commit 3ac064a

Please sign in to comment.