From e0a6cf5cf934e5aaf6f38ec9e0f5942d17a43d75 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 25 Mar 2017 16:42:39 -0400 Subject: [PATCH] feature/file-templates: update web-mode/__.html & json-mode/__package.json --- .../file-templates/templates/json-mode/__package.json | 8 ++++---- modules/feature/file-templates/templates/web-mode/__.html | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) 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