Skip to content

Commit b2dd456

Browse files
committed
chore(package): change description
1 parent 31d27e9 commit b2dd456

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vue CLI Plugin Electron Builder
22

3-
A Vue Cli 3/4 plugin for Electron with no required configuration that uses [Electron Builder](https://www.electron.build/).
3+
> Easily Build Your Vue.js App For Desktop With Electron
44
55
Build status: [![Build status](https://github.com/nklayman/vue-cli-plugin-electron-builder/workflows/Node%20CI/badge.svg)](https://github.com/nklayman/vue-cli-plugin-electron-builder/actions)
66

docs/.vuepress/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
title: 'Vue CLI Plugin Electron Builder',
3-
description:
4-
'A Vue CLI 3/4 plugin for Electron with no required configuration.',
3+
description: 'Easily Build Your Vue.js App For Desktop With Electron',
54
base: '/vue-cli-plugin-electron-builder/',
65
ga: 'UA-134189455-2',
76
head: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-cli-plugin-electron-builder",
33
"version": "2.0.0-rc.1",
4-
"description": "A Vue Cli 3 plugin for Electron with no required configuration",
4+
"description": "Easily Build Your Vue.js App For Desktop With Electron",
55
"main": "index.js",
66
"homepage": "https://nklayman.github.io/vue-cli-plugin-electron-builder/",
77
"funding": "https://github.com/sponsors/nklayman",

0 commit comments

Comments
 (0)