Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
delete rimraf package from project and update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aliazmoodehvaldi committed Aug 27, 2022
1 parent b2363b3 commit 0e9211f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 143 deletions.
154 changes: 15 additions & 139 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wfl",
"version": "1.0.0",
"version": "1.0.1",
"description": "Log Management System",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,6 @@
"homepage": "https://github.com/treegex/wfl#readme",
"dependencies": {
"mkdirp": "^1.0.4",
"ms": "^2.1.3",
"rimraf": "^3.0.2"
"ms": "^2.1.3"
}
}
1 change: 0 additions & 1 deletion src/util/File.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
let fs = require('fs'),
ms = require('ms'),
rimraf = require('rimraf'),
mkdirp = require('mkdirp'),
Util = require('../util/Util'),
{
Expand Down

0 comments on commit 0e9211f

Please sign in to comment.