From 500ab9ec98885abf20054074e4c694107cf932ce Mon Sep 17 00:00:00 2001 From: Tommy Cox Date: Mon, 2 Mar 2020 01:00:14 -0700 Subject: [PATCH] Rename to buidler-waffle-typechain-vue --- .openzeppelin/project.json | 2 +- README.md | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.openzeppelin/project.json b/.openzeppelin/project.json index 2c61a56..539b7ca 100644 --- a/.openzeppelin/project.json +++ b/.openzeppelin/project.json @@ -4,7 +4,7 @@ "Counter": "Counter" }, "dependencies": {}, - "name": "buidler-ethers-typechain-vue", + "name": "buidler-waffle-typechain-vue", "version": "0.1.0", "compiler": { "compilerSettings": { diff --git a/README.md b/README.md index 6a94365..39a7d57 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ Finally, there's lots of under the hood goodies that come pre-configured to buil Next on deck: gasless transactions ⛽🔥 -Ready to develop like the pros? [Use this template to get started!](https://github.com/proofoftom/buidler-ethers-typechain-vue/generate) 🚀 +Ready to develop like the pros? [Use this template to get started!](https://github.com/proofoftom/buidler-waffle-typechain-vue/generate) 🚀 ## Using the template -Once you've [generated a project](https://github.com/proofoftom/buidler-ethers-typechain-vue/generate) and cloned it locally: +Once you've [generated a project](https://github.com/proofoftom/buidler-waffle-typechain-vue/generate) and cloned it locally: ### Install the dependencies ``` diff --git a/package.json b/package.json index b673f89..14af327 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "buidler-ethers-typechain-vue", + "name": "buidler-waffle-typechain-vue", "version": "0.1.0", "private": true, "scripts": {