diff --git a/index.ejs b/index.ejs index 2596be3..74fee7c 100644 --- a/index.ejs +++ b/index.ejs @@ -6,10 +6,8 @@ <%= htmlWebpackPlugin.options.title %> - - <% if (htmlWebpackPlugin.options.description) { %> diff --git a/package.json b/package.json index 835cc51..66ebd0d 100644 --- a/package.json +++ b/package.json @@ -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",