From 31b5b918446410db5a72db2067c9c6165730ec04 Mon Sep 17 00:00:00 2001 From: Jakob Miland Date: Mon, 17 Jun 2013 11:55:23 +0200 Subject: [PATCH] Add prepublish build --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f99596c..8c2850c 100644 --- a/package.json +++ b/package.json @@ -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"], @@ -24,7 +24,8 @@ "scripts": { "test": "jake test", - "lint": "jake lint" + "lint": "jake lint", + "prepublish": "jake build" }, "devDependencies": {