Skip to content

Commit

Permalink
Merge pull request #9 from fresham/patch-1
Browse files Browse the repository at this point in the history
Add "bin" section to package.json so the binary gets copied with npm.
  • Loading branch information
Jeff Kunkle committed Feb 28, 2012
2 parents 573d8d5 + e3eeb13 commit caf5b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -2,6 +2,7 @@
"name": "db-migrate",
"description": "Database migration framework for node.js",
"author": "Jeff Kunkle <jeff.kunkle@nearinfinity.com>",
"bin": "./bin/db-migrate",
"keywords": ["database", "db", "migrate", "migration", "sqlite", "mysql"],
"homepage": "https://github.com/nearinfinity/node-db-migrate",
"version": "0.0.4",
Expand Down

0 comments on commit caf5b4b

Please sign in to comment.