Update license;
This commit is contained in:
parent
003b6bc211
commit
bbf678bee1
@ -6,11 +6,9 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="manifest" href="/manifest.json">
|
<link rel="manifest" href="/manifest.json">
|
||||||
<meta name="theme-color" content="#4DBA87">
|
<meta name="theme-color" content="#4DBA87">
|
||||||
|
|
||||||
|
|
||||||
<% if (htmlWebpackPlugin.options.description) { %>
|
<% if (htmlWebpackPlugin.options.description) { %>
|
||||||
<meta name="description" content="<%= htmlWebpackPlugin.options.description %>"/>
|
<meta name="description" content="<%= htmlWebpackPlugin.options.description %>"/>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
10
package.json
10
package.json
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "app",
|
"name": "Magellan",
|
||||||
"productName": "app",
|
"productName": "Magellan",
|
||||||
"description": "My posh Vue project",
|
"description": "A map manager for friends and profit",
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"license": "MIT",
|
"license": "Peer Production License",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "poi",
|
"dev": "poi",
|
||||||
"build": "poi build",
|
"build": "poi build",
|
||||||
|
Loading…
Reference in New Issue
Block a user