Skip to content

Commit e1fdb85

Browse files
committed
feat: update package description
1 parent adf535e commit e1fdb85

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 plugin for Electron with no required configuration that uses [Electron Builder](https://www.electron.build/).
3+
Instantly add Electron to your Vue.js app, with the help of [Electron Builder](https://www.electron.build/).
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: 'Instantly Add Electron to Your Vue.js App',
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-beta.6",
4-
"description": "A Vue Cli 3 plugin for Electron with no required configuration",
4+
"description": "Instantly Add Electron to Your Vue.js App",
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)