Update license;

This commit is contained in:
Benjamin Bouvier 2019-03-26 22:48:29 +01:00
parent 003b6bc211
commit bbf678bee1
2 changed files with 5 additions and 7 deletions

View File

@ -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 %>"/>
<% } %> <% } %>

View File

@ -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",