Rename packages @cosmwasm/* to @cosmjs/*

This commit is contained in:
Simon Warta
2020-06-04 19:53:58 +02:00
parent fcddf6414a
commit 16df23f79b
46 changed files with 67 additions and 67 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
# The only officially supported distribution channel of the faucet binary is @cosmwasm/faucet on npmjs.com
# The only officially supported distribution channel of the faucet binary is @cosmjs/faucet on npmjs.com
# This is an example file of how to wrap the faucet in a docker container.
# This file will be outdated very soon, but should work as a template for your custom docker setup.
# Coose from https://hub.docker.com/_/node/
FROM node:12.14.1-alpine
RUN yarn global add @cosmwasm/faucet@0.0.8
RUN yarn global add @cosmjs/faucet@0.0.8
# Check it exists
RUN /usr/local/bin/cosmwasm-faucet version