From 4aa48c80a38c4a4f939f5585873cb7788ded5a82 Mon Sep 17 00:00:00 2001 From: Willem Date: Thu, 17 Nov 2016 18:32:49 +0100 Subject: [PATCH] Change git url to old and deprecated package. --- README.md | 7 +++++++ package.json | 11 ++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87a0cd5..74bcab0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ node-ff-assets ========= +# Deprecated: use brunch or gulp + A Node.js library providing automatic site assets aggregation. ## Installation @@ -377,6 +379,11 @@ Add unit tests for any new or changed functionality. Lint and test your code. ## Release History +### 0.2.6 + * Removed .project from release. + * Moved repro to old + * Deprecated this package. + ### 0.2.5 * Switched debug logging to debug library. * Removed events from AssetsBuilder. diff --git a/package.json b/package.json index bfe4882..284a467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ff-assets", - "version": "0.2.5", + "version": "0.2.6", "description": "Website assets aggregation and minification", "main": "lib/node-ff-assets.js", "scripts": { @@ -21,7 +21,7 @@ "license": "BSD-2-Clause", "repository": { "type": "git", - "url": "https://bitbucket.org/im_ik/node-ff-assets.git" + "url": "https://bitbucket.org/im_ik/old-node-ff-assets.git" }, "dependencies": { "debug": "2.2.x", @@ -34,5 +34,10 @@ "mocha": "2.2.x", "mocha-jenkins-reporter": "0.1.x", "mocha-jshint": "2.2.x" - } + }, + "files": [ + "README.md", + "lib/", + "example/" + ] }