Skip to content

Commit

Permalink
Replaced npm cp-file with fs-extra
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp <p.koenig@blockbyte.de>
  • Loading branch information
Philipp committed Feb 8, 2019
1 parent 7a5ef9f commit 9833a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/_func.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
minifyJson: require("jsonminify"),
terser: require("terser"),
sass: require("node-sass"),
copy: require("cp-file"),
copy: require("fs-extra").copy,
request: require("request"),
zip: require("zip-dir"),
exec: require("child_process").exec
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"devDependencies": {
"concat": "^1.0.3",
"cp-file": "^6.0.0",
"create-file": "^1.0.1",
"del": "^3.0.0",
"eslint": "^5.13.0",
"fs-extra": "^7.0.1",
"glob-concat": "^1.0.1",
"html-minifier": "^3.5.21",
"jsonminify": "^0.4.1",
Expand Down

0 comments on commit 9833a94

Please sign in to comment.