chore: disable delete confirmation in VS Code explorer
Disable the confirmation dialog when deleting files in the VS Code explorer to streamline the development workflow and reduce friction during file management operations.
This commit is contained in:
24
website/node_modules/express-ejs-layouts/package.json
generated
vendored
Normal file
24
website/node_modules/express-ejs-layouts/package.json
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"author": "Igor Soarez <igorsoarez@gmail.com>",
|
||||
"name": "express-ejs-layouts",
|
||||
"description": "Layout support for ejs in express.",
|
||||
"keywords": [
|
||||
"express",
|
||||
"layout",
|
||||
"ejs"
|
||||
],
|
||||
"version": "2.5.1",
|
||||
"main": "lib/express-layouts.js",
|
||||
"devDependencies": {
|
||||
"ejs": "^2.6.1",
|
||||
"express": "*",
|
||||
"mocha": "*",
|
||||
"should": "*",
|
||||
"supertest": "*"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"repository": "git://github.com/Soarez/express-ejs-layouts.git"
|
||||
}
|
||||
Reference in New Issue
Block a user