Skip to content

Commit

Permalink
Fatal ypo pre -> post
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Jun 9, 2015
1 parent 955074d commit af8fd72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "abigail",
"bin" : "abigail",
"description": "the Minimal task runner. Enhance your npm-scripts.",
"version": "0.1.1-alpha.0",
"version": "0.1.1-alpha.1",

"scripts": {
"start": "jasminetea --timeout 3000 --watch",
Expand Down
2 changes: 1 addition & 1 deletion src/index.coffee
Expand Up @@ -72,7 +72,7 @@ class Abigail extends Utility
script.raw= name
if script.raw isnt script.toString() and hook
script.pre= @toScript 'pre'+name,off if @scripts['pre'+name]?
script.post= @toScript 'post'+name,off if @scripts['pre'+name]?
script.post= @toScript 'post'+name,off if @scripts['post'+name]?

script

Expand Down

0 comments on commit af8fd72

Please sign in to comment.