Skip to content

Commit 54e8187

Browse files
committed
Merge branch 'hotfix/1.0.2'
2 parents 7e03d4b + 4f962b9 commit 54e8187

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ covers a vast majority of projects where the main file isn't touched.
7676
? Use a headless browser to render the application? (recommended) Yes
7777
```
7878

79-
This option is there for debugging purposes, but **should not be enabled**
79+
This option is there for debugging purposes, but **should be left enabled**
8080
otherwise. Not using a headless browser will open a Chrome window when building
8181
with your app running inside, then close once the snapshot has been taken.
8282
Since the plugin configuration object isn't available, it is available here.

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@
33
"version": "1.0.1",
44
"description": "Vue CLI plugin to add prerendering to your application",
55
"main": "index.js",
6-
"author": "Nathan Graule",
6+
"author": {
7+
"name": "Nathan Graule",
8+
"email": "solarliner@gmail.com",
9+
},
710
"license": "MIT",
11+
"repository": "https://github.com/SolarLiner/vue-cli-plugin-prerender-spa",
12+
"keywords": [
13+
"vuejs",
14+
"vue-cli",
15+
"plugin",
16+
"prerender",
17+
"SPA"
18+
19+
]
820
"private": false,
921
"dependencies": {
1022
"javascript-stringify": "^1.6.0",

0 commit comments

Comments
 (0)