Skip to content

Commit

Permalink
update jspackage to 0.4.9, work around for satyr/coco#165
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Sep 7, 2012
1 parent 877504e commit 837252f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"canvas": "~0.12.1",
"node-static": "~0.6.0",
"jspackage": "~0.4.7",
"jspackage": "~0.4.9",
"optimist": "~0.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/chem.co
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const tasks =
clean: !->
exec 'rm', ['-f'].concat(all_out_files)

export const run = !->
export !function run
{argv} = require('optimist')

const cmd = argv._.0
Expand Down
2 changes: 1 addition & 1 deletion src/lib/watch.co
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const watchFile = fs.watch or watchFileFallback

# when any one of these files change, call callback
# and stop watching
export const watchFilesOnce = (files, cb) ->
export function watchFilesOnce (files, cb)
watchers = []
const close = !->
watcher.close! for watcher of watchers
Expand Down

0 comments on commit 837252f

Please sign in to comment.