BREAKING CHANGE(scope): switch to pushrocks scope

This commit is contained in:
2018-07-03 00:15:00 +02:00
parent 16cecbefac
commit 168136bebb
13 changed files with 808 additions and 42 deletions

View File

@ -1,5 +1,5 @@
{
"name": "smartfile",
"name": "@pushrocks/smartfile",
"version": "4.2.28",
"description": "offers smart ways to work with files in nodejs",
"main": "dist/index.js",
@ -26,20 +26,20 @@
},
"homepage": "https://gitlab.com/pushrocks/smartfile",
"dependencies": {
"@types/fs-extra": "5.0.0",
"@pushrocks/smartpromise": "^2.0.2",
"@types/fs-extra": "^5.0.3",
"@types/vinyl": "^2.0.2",
"fs-extra": "^5.0.0",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"js-yaml": "^3.10.0",
"require-reload": "0.2.2",
"smartpath": "^3.2.8",
"smartq": "^1.1.6",
"smartrequest": "^1.0.8",
"smartrequest": "^1.0.13",
"vinyl-file": "^3.0.0"
},
"devDependencies": {
"@types/node": "^9.4.6",
"@types/node": "^10.5.1",
"gulp-function": "^2.2.14",
"tapbundle": "^1.1.8"
"tapbundle": "^2.0.2"
}
}