Skip to content

Commit

Permalink
shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbraden committed Jan 6, 2012
1 parent 15e1f5b commit d231208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions goggles.js
@@ -1,3 +1,5 @@
#!/usr/bin/env node

var fs = require('fs')
, Canvas = require('canvas')
, colors = require('colors')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"description": "Peek at images from the command line",
"keywords": ["tools", "fun", "colors"],
"author": ["Peter Braden <hi@peterbraden.co.uk>"],
"version": "0.0.1",
"version": "0.0.3",

"repository": {
"type": "git",
Expand Down

0 comments on commit d231208

Please sign in to comment.