diff --git a/modules/feature/file-templates/templates/json-mode/__package.json b/modules/feature/file-templates/templates/json-mode/__package.json index ac1d29c45..cff3553d6 100644 --- a/modules/feature/file-templates/templates/json-mode/__package.json +++ b/modules/feature/file-templates/templates/json-mode/__package.json @@ -4,10 +4,10 @@ "version": "1.0.0", "author": "`user-full-name` <`user-mail-address`>", "license": "MIT", - "main": "public/app.js", + "main": "${3:app/${4:main.js}}", "scripts": { + $0 }, - "dependencies": { - `%`$0 - } + "dependencies": {}, + "devDependencies": {} } \ No newline at end of file diff --git a/modules/feature/file-templates/templates/web-mode/__.html b/modules/feature/file-templates/templates/web-mode/__.html index d92165385..632e8c841 100644 --- a/modules/feature/file-templates/templates/web-mode/__.html +++ b/modules/feature/file-templates/templates/web-mode/__.html @@ -13,7 +13,11 @@ $0