From 667b8543e991fae595bd38cf4c2f76f175f76c8a Mon Sep 17 00:00:00 2001 From: MrXyfir Date: Sun, 24 Mar 2019 09:29:42 -0700 Subject: [PATCH] Update descriptions --- README.md | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e94479c..2e27f07 100644 --- a/README.md +++ b/README.md @@ -74,5 +74,3 @@ Github and git will need to be configured to use SSH and the appropriate credent The gist will be cloned to and deleted from the current working directory. Meaning, don't keep a local copy of your gist in the same directory you run `gist-mirror` from because it'll be deleted. Due to gists not having folders, if your glob patterns match multiple files with the same name in different directories, the last one found will be used. - -If a file is not in the `files` config array but it exists in the gist, it will not be removed. diff --git a/package.json b/package.json index 7525951..979b075 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gist-mirror", "version": "1.0.0", - "description": "Mirror files or directories in a Github repo to a gist.", + "description": "Mirror files from a local repository to a Github gist.", "main": "dist/gist-mirror.js", "bin": { "gist-mirror": "dist/gist-mirror.js"