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,10 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#4DBA87">
<% if (htmlWebpackPlugin.options.description) { %>
<meta name="description" content="<%= htmlWebpackPlugin.options.description %>"/>

View File

@ -1,10 +1,10 @@
{
"private": true,
"name": "app",
"productName": "app",
"description": "My posh Vue project",
"version": "0.0.0",
"license": "MIT",
"name": "Magellan",
"productName": "Magellan",
"description": "A map manager for friends and profit",
"version": "0.0.1",
"license": "Peer Production License",
"scripts": {
"dev": "poi",
"build": "poi build",