feature/file-templates: update web-mode/__.html & json-mode/__package.json

This commit is contained in:
Henrik Lissner 2017-03-25 16:42:39 -04:00
parent 97d96ed753
commit e0a6cf5cf9
2 changed files with 9 additions and 5 deletions

View file

@ -4,10 +4,10 @@
"version": "1.0.0", "version": "1.0.0",
"author": "`user-full-name` <`user-mail-address`>", "author": "`user-full-name` <`user-mail-address`>",
"license": "MIT", "license": "MIT",
"main": "public/app.js", "main": "${3:app/${4:main.js}}",
"scripts": { "scripts": {
$0
}, },
"dependencies": { "dependencies": {},
`%`$0 "devDependencies": {}
}
} }

View file

@ -13,7 +13,11 @@
</head> </head>
<body> <body>
<!--[if lt IE 8]> <!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve
your experience.
</p>
<![endif]--> <![endif]-->
$0 $0