docs: fix npm dependency (#468)

* changelog

* docs: fix dependency
This commit is contained in:
Federico Kunze
2020-08-24 16:21:45 -04:00
committed by GitHub
parent 43788ad9f7
commit 28fd339265
3 changed files with 49 additions and 13 deletions
+14 -3
View File
@@ -9,15 +9,26 @@
"postserve": "./post.sh",
"prebuild": "./pre.sh",
"build": "trap 'exit 0' SIGINT; vuepress build --no-cache",
"postbuild": "./post.sh"
"postbuild": "./post.sh",
"preinstall": "npx npm-force-resolutions"
},
"keywords": [],
"author": "",
"keywords": [
"ethermint",
"cosmos",
"ethereum",
"blockchain",
"cryptocurrency"
],
"author": "ChainSafe Systems",
"license": "ISC",
"dependencies": {
"npm-force-resolutions": "0.0.3",
"vuepress-theme-cosmos": "^1.0.168"
},
"devDependencies": {
"watchpack": "^1.7.2"
},
"resolutions": {
"serialize-javascript": "^3.1.0"
}
}