fix(README): update name

This commit is contained in:
Philipp Kunz 2018-07-03 08:59:00 +02:00
parent d78ee87a82
commit 0613b7c3ed
3 changed files with 5 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# smartfile
# @pushrocks/smartfile
make files easily accessible for processing in javascript.

9
package-lock.json generated
View File

@ -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",

View File

@ -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",