Bump VuePress to 1.2.0

Frank Taillandier committed Nov 27, 2019
commit 42414b6e2bd5de27fc7734c1c8bb37302edc34d2
Showing 1 changed file with 2 additions and 2 deletions
package.json +2 -2
@@ @@ -2,12 +2,12 @@
"name": "portfolio-vuepress",
"scripts": {
"site:build": "vuepress build portfolio",
- "site:develop": "vuepress dev portfolio -p 8080 -h 0.0.0.0"
+ "site:develop": "vuepress dev portfolio"
},
"author": "Nichlas W. Andersen",
"license": "MIT",
"dependencies": {
- "vuepress": "^0.14.1",
+ "vuepress": "^1.2.0",
"webpack-dev-middleware": "3.6.0"
}
}