From 197759ca8a76c8ec3812d7e2c78bb84df04bbfb5 Mon Sep 17 00:00:00 2001 From: IjzerenHein Date: Mon, 8 Sep 2014 00:18:48 +0200 Subject: [PATCH] Added ignore files to bower & nom config + bump to v.0.0.5 --- bower.json | 6 ++++-- package.json | 8 ++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index e29fcef..540baa0 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "famous-flex", - "version": "0.0.4", + "version": "0.0.5", "homepage": "https://github.com/IjzerenHein/famous-flex", "repository": { "type": "git", @@ -27,7 +27,9 @@ "tests", "examples", "docs", - "Gruntfile.js" + "Gruntfile.js", + "CONTRIBUTORS.md", + "package.json" ], "devDependencies": { "requirejs": "~2.1.11", diff --git a/package.json b/package.json index 3a76540..b6b00d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famous-flex", - "version": "0.0.4", + "version": "0.0.5", "homepage": "https://github.com/IjzerenHein/famous-flex", "repository": { "type": "git", @@ -37,5 +37,9 @@ "grunt-eslint": "latest", "grunt-jscs": "latest", "grunt-jsdoc-to-markdown": "latest" - } + }, + "files": [ + "src", + "LICENSE" + ] }