add replace()

This commit is contained in:
2018-02-16 00:46:55 +01:00
parent 867aa98155
commit 69c2cb0606
10 changed files with 293 additions and 107 deletions
+10 -8
View File
@@ -24,16 +24,18 @@
},
"homepage": "https://gitlab.com/pushrocks/smartgulp#README",
"devDependencies": {
"gulp-function": "^2.2.9",
"tapbundle": "^1.0.13"
"@types/node": "^9.4.6",
"gulp-function": "^2.2.14",
"tapbundle": "^1.1.8"
},
"dependencies": {
"@types/lodash": "^4.14.64",
"lodash": "^4.17.4",
"@types/lodash": "^4.14.103",
"@types/through2": "^2.0.33",
"lodash": "^4.17.5",
"smartevent": "^1.0.1",
"smartfile": "^4.2.15",
"smartq": "^1.1.1",
"smartstream": "^1.0.8",
"typings-global": "^1.0.16"
"smartfile": "^4.2.26",
"smartq": "^1.1.6",
"smartstream": "^1.0.10",
"through2": "^2.0.3"
}
}