Skip to content

Commit

Permalink
Added script hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Sep 27, 2011
1 parent 3bc7b16 commit a02e62c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Empty file modified bin/update.js
100644 → 100755
Empty file.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
, "dependencies": {
"yamlparser": "0.0.2"
, "request": "2.1.1"
, "semver": "1.0.10"
, "semver": "1.0.9"
}
, "scripts": {
"prepublish": "./bin/update.js"
, "postinstall": "./bin/update.js"
}
}

0 comments on commit a02e62c

Please sign in to comment.