Skip to content

Commit 402c88e

Browse files
greenkeeper[bot]nklayman
authored andcommitted
Update dependencies to enable Greenkeeper 🌴 (#41)
* chore(package): update dependencies * chore(travis): whitelist greenkeeper branches * docs(readme): add Greenkeeper badge * Update README.md * Add Travis CI badge
1 parent da360ea commit 402c88e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ script: npm run test -- --runInBand
1111
branches:
1212
only:
1313
- master
14+
- /^greenkeeper/.*$/
1415

1516
cache:
1617
directories:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Vue Cli 3 plugin for Electron with no required configuration that uses [Electron Builder](https://www.electron.build/).
44

5-
AppVeyor build status: [![Build status](https://ci.appveyor.com/api/projects/status/tyrr8kemli4vfll7?svg=true)](https://ci.appveyor.com/project/nklayman/vue-cli-plugin-electron-builder)
5+
Win/Node 10: [![Build status](https://ci.appveyor.com/api/projects/status/tyrr8kemli4vfll7?svg=true)](https://ci.appveyor.com/project/nklayman/vue-cli-plugin-electron-builder), Linux/Node 8: [![Build Status](https://travis-ci.org/nklayman/vue-cli-plugin-electron-builder.svg?branch=master)](https://travis-ci.org/nklayman/vue-cli-plugin-electron-builder), Greenkeeper: [![Greenkeeper badge](https://badges.greenkeeper.io/nklayman/vue-cli-plugin-electron-builder.svg)](https://greenkeeper.io/)
66

77
**IMPORTANT: Your app must be created with Vue-CLI 3 (vue create my-app), will not work with Vue-CLI 2 (vue init webpack my-app)!**
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"portfinder": "^1.0.13",
5959
"rimraf": "^2.6.2",
6060
"vue": "^2.5.16",
61-
"vuepress": "^0.12.0"
61+
"vuepress": "^0.13.1"
6262
}
6363
}

0 commit comments

Comments
 (0)