From 625394c1a1c4bafa88c00424db92be9d85e3e081 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Mon, 27 Jan 2014 13:17:01 +0100 Subject: [PATCH] added .npmignore and a missing line break in the README --- .gitignore | 1 - .npmignore | 4 ++++ README.md | 1 + package.json | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .npmignore diff --git a/.gitignore b/.gitignore index 7b5b498..6db41ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ db/ node_modules/ .DS_Store -.npmignore public/js/app.min.js public/js/home.min.js public/js/leaderboards.min.js diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..69b3d92 --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +db/ +node_modules/ +.DS_Store +.gitignore diff --git a/README.md b/README.md index f04a737..47c6552 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Unless previously installed you'll need the following packages: - [Cairo](http://cairographics.org/) Please use their sites to get detailed installation instructions. + You also need `UglifyJS` installed globally: $ npm install uglify-js -g diff --git a/package.json b/package.json index 1dfe4dd..ed5d0f2 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,5 @@ "start": "node app.js" }, "subdomain": "binb", - "version": "0.4.1-4" + "version": "0.4.1-5" } -- 2.54.0