From 6f508acc0c9bf08706da0c3d848de1c60834dc7c Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 10 Feb 2013 12:13:59 +0100 Subject: [PATCH] readme update --- Readme.md | 5 +++++ package.json | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4712621..c657644 100644 --- a/Readme.md +++ b/Readme.md @@ -8,6 +8,11 @@ An assets combine and minify tool Js-combiner is a simple tool to combine and minify javascript files. It can also share server side variables to client side js files. +## Installation +Download and place it inside node_moudles. +Or use npm: npm install js-combiner. +Tested only under express. + # Usage file: app.js diff --git a/package.json b/package.json index 7b152d2..0ecdadd 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,9 @@ "minify", "packer", "compressor", - "compress" + "compress", + "client", + "variables" ], "author": { "name": "Daniel Husár",