Add trash module

This commit is contained in:
Asher
2019-02-07 11:05:17 -06:00
parent 499798fc17
commit 81f48b8b06
5 changed files with 189 additions and 17 deletions

View File

@@ -16,6 +16,7 @@
},
"devDependencies": {
"@types/node": "^10.12.18",
"@types/trash": "^4.3.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
@@ -47,6 +48,7 @@
},
"dependencies": {
"node-loader": "^0.6.0",
"trash": "^4.3.0",
"webpack-merge": "^4.2.1"
}
}