Skip to content

Commit

Permalink
Add prepublish build
Browse files Browse the repository at this point in the history
  • Loading branch information
saebekassebil committed Jun 17, 2013
1 parent 1fb7ea6 commit 31b5b91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teoria",
"version": "0.2.2",
"version": "0.2.3",
"description": "Music theory for JavaScript",
"homepage": "http://saebekassebil.github.com/teoria",
"keywords": ["music", "theory", "jazz", "classical", "chord"],
Expand All @@ -24,7 +24,8 @@

"scripts": {
"test": "jake test",
"lint": "jake lint"
"lint": "jake lint",
"prepublish": "jake build"
},

"devDependencies": {
Expand Down

0 comments on commit 31b5b91

Please sign in to comment.