From 388ec3389646693524c27e5eceb1cbdd9084e5eb Mon Sep 17 00:00:00 2001 From: jlaustill Date: Fri, 30 Sep 2016 12:39:02 -0600 Subject: [PATCH] renaming to fm2, the mismatch is driving me nuts --- ReadMe.md | 2 +- bower.json | 4 ++-- package.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 443f729d..505fd3a8 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -7,7 +7,7 @@ FM2 is an open-source file manager released under MIT license. It is an alternat Support ------- -Filemanager-2.0 is under free license. If you want to support the filemanager development or just thank its main maintainer by paying for a glass of whiskey, you can make a donation by clicking the following button : +FM2 is under free license. If you want to support the filemanager development or just thank its main maintainer by paying for a glass of whiskey, you can make a donation by clicking the following button : [![Donate](https://www.paypal.com/en_US/i/btn/x-click-but21.gif)](http://paypal.me/jlaustill) Main features 2.0 diff --git a/bower.json b/bower.json index e77dfb44..5490d7b8 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "Filemanager-2.0", + "name": "fm2", "description": "FM2 is an open-source file manager released under MIT license.", "main": "dist/index.html", "authors": [ @@ -10,7 +10,7 @@ "keywords": [ "filemanager" ], - "homepage": "https://github.com/jlaustill/Filemanager-2.0", + "homepage": "https://github.com/jlaustill/fm2", "ignore": [ "**/.*", "*", diff --git a/package.json b/package.json index 06283a75..62f8330e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "filemanager-2.0", + "name": "fm2", "version": "2.4.0", "description": "FM2 is an open-source file manager released under MIT license.", "main": "scripts/filemanager2.js", @@ -72,12 +72,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jlaustill/Filemanager-2.0.git" + "url": "git+https://github.com/jlaustill/fm2.git" }, "author": "jlaustill", "license": "MIT", "bugs": { - "url": "https://github.com/jlaustill/Filemanager-2.0/issues" + "url": "https://github.com/jlaustill/fm2/issues" }, - "homepage": "https://github.com/jlaustill/Filemanager-2.0#readme" + "homepage": "https://github.com/jlaustill/fm2#readme" }