Skip to content

Commit

Permalink
changed the post install to be a pre publish one
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefdransfield committed Jun 6, 2012
1 parent 2f2e8b3 commit 609215f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Functional library with callbacks",
"homepage": "https://github.com/jozefdransfield/BoneIdle",
"author": "Jozef Dransfield <Jozef.Dransfield@me.com>",
"version":"0.0.7",
"version":"0.0.8",
"repository" : {"type": "git", "url": "git@github.com:jozefdransfield/BoneIdle.git"},
"main": "./lib/boneidle.js",
"dependencies":{
Expand All @@ -16,6 +16,6 @@
},
"scripts": {
"test": "nodeunit test/**",
"postinstall": "node pkg.js && uglifyjs release/boneidle.js > release/boneidle.min.js"
"prepublish": "node pkg.js && uglifyjs release/boneidle.js > release/boneidle.min.js"
}
}

0 comments on commit 609215f

Please sign in to comment.