From: Darren Date: Sat, 3 Nov 2012 19:42:25 +0000 (+0000) Subject: npm postinstall updated with new client folder structure X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fe27b231d69168895cf2cb06c54e60a4b5d8e8cf;p=KiwiIRC.git npm postinstall updated with new client folder structure --- diff --git a/package.json b/package.json index d983167..52a9172 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "KiwiIRC", - "version": "0.5.0", + "version": "0.5.2", "scripts": { - "postinstall": "node client/dev/build.js" + "postinstall": "node client/assets/dev/build.js" }, "dependencies": { "node-static": "0.5.9",