From 0613b7c3ed9e2936e491ecb8f6cea20d626affae Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 3 Jul 2018 08:59:00 +0200 Subject: [PATCH] fix(README): update name --- README.md | 2 +- package-lock.json | 9 +++------ package.json | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 24eb151..64775ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# smartfile +# @pushrocks/smartfile make files easily accessible for processing in javascript. diff --git a/package-lock.json b/package-lock.json index 33d7f79..b5b71cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,12 +15,9 @@ } }, "@pushrocks/smartpromise": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@pushrocks/smartpromise/-/smartpromise-2.0.2.tgz", - "integrity": "sha512-Rr4aLO2spAQ58TB9l3UwVs+keQu7gPXcYSO/5zLYNimEP7H237tFApX/qk80nwvHh2ATTBTgu0IcWKhHb5uVow==", - "requires": { - "util.promisify": "^1.0.0" - } + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@pushrocks/smartpromise/-/smartpromise-2.0.5.tgz", + "integrity": "sha512-9j/chLtIiNkR0MDw7Mpxg9slxAVvAQwUZuiaPYX5KpHdKxQaHLI1VZ8IN0vPhwlfgNO4i4vGXV0wB8BvSDj03g==" }, "@types/chai": { "version": "4.1.4", diff --git a/package.json b/package.json index 2815c4a..1d1c1a2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://gitlab.com/pushrocks/smartfile", "dependencies": { - "@pushrocks/smartpromise": "^2.0.2", + "@pushrocks/smartpromise": "^2.0.5", "@types/fs-extra": "^5.0.3", "@types/vinyl": "^2.0.2", "fs-extra": "^6.0.1",