Skip to content

Commit

Permalink
yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Oct 8, 2023
1 parent 9771ae6 commit cfa1892
Show file tree
Hide file tree
Showing 2 changed files with 2,846 additions and 2,563 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "DocsDeploy",
"name": "docs-deploy",
"version": "0.0.1",
"description": "Chevere VuePress Deploy Template",
"main": "index.js",
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider node --max_old_space_size=8192 ./node_modules/vuepress/cli.js dev docs",
"build": "NODE_OPTIONS=--openssl-legacy-provider node --max_old_space_size=8192 ./node_modules/vuepress/cli.js build docs"
"dev": "node --max_old_space_size=8192 ./node_modules/vuepress/cli.js dev docs",
"build": "node --max_old_space_size=8192 ./node_modules/vuepress/cli.js build docs"
},
"license": "MIT",
"devDependencies": {
Expand Down
Loading

0 comments on commit cfa1892

Please sign in to comment.