Compare commits

...

2 Commits

Author SHA1 Message Date
459bd662f4 6.0.2 2018-07-03 08:59:00 +02:00
0613b7c3ed fix(README): update name 2018-07-03 08:59:00 +02:00
3 changed files with 7 additions and 10 deletions

View File

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

11
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartfile",
"version": "6.0.1",
"version": "6.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -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

@ -1,7 +1,7 @@
{
"name": "@pushrocks/smartfile",
"private": false,
"version": "6.0.1",
"version": "6.0.2",
"description": "offers smart ways to work with files in nodejs",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -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",