feature/file-templates: update web-mode/__.html & json-mode/__package.json
This commit is contained in:
parent
97d96ed753
commit
e0a6cf5cf9
2 changed files with 9 additions and 5 deletions
|
@ -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": {}
|
||||
}
|
|
@ -13,7 +13,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<!--[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]-->
|
||||
|
||||
$0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue