]> git.example.dev Git - binbsis50.git/commitdiff
added .npmignore and a missing line break in the README
authorLuigi Pinca <luigipinca@gmail.com>
Mon, 27 Jan 2014 12:17:01 +0000 (13:17 +0100)
committerLuigi Pinca <luigipinca@gmail.com>
Mon, 27 Jan 2014 12:17:01 +0000 (13:17 +0100)
.gitignore
.npmignore [new file with mode: 0644]
README.md
package.json

index 7b5b498dc74ba351b3e89c2930540d74bcdcd5c4..6db41eacbb76dab982ec8f6ba10662d195829dfa 100644 (file)
@@ -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 (file)
index 0000000..69b3d92
--- /dev/null
@@ -0,0 +1,4 @@
+db/
+node_modules/
+.DS_Store
+.gitignore
index f04a7379f97e2141ac2a07b39f32eda3a407854b..47c6552c8b32d6a9848c9eada4999706508555b8 100644 (file)
--- 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
index 1dfe4dd3a6e6abdd71f3e0af843bb17fafae439d..ed5d0f2d5d67a51fc4a541bef14ac6e732bc6abd 100644 (file)
@@ -30,5 +30,5 @@
     "start": "node app.js"
   },
   "subdomain": "binb",
-  "version": "0.4.1-4"
+  "version": "0.4.1-5"
 }