Make @cosmwasm/demo-staking private

This commit is contained in:
Simon Warta 2020-05-25 14:23:39 +02:00
parent 7422e1d058
commit 70f8f64a81

View File

@ -17,9 +17,7 @@
"type": "git",
"url": "https://github.com/confio/cosmwasm-js/tree/master/packages/demo-staking"
},
"publishConfig": {
"access": "public"
},
"private": true,
"scripts": {
"docs": "shx rm -rf docs && typedoc --options typedoc.js",
"format": "prettier --write --loglevel warn \"./src/**/*.ts\"",