fix(package): corrects some naming in package.json (#8)

* fix(package): corrects some naming in package.json

* fix(ganache): newer version works on node v14+

* fix(ganache): downgrade ganache to earlier version to avoid false revert errors
This commit is contained in:
John Shutt
2021-04-01 13:15:21 -07:00
committed by GitHub
parent 343d915861
commit b3d8b5bdad
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "launch-emp",
"name": "launch-perpetual",
"version": "1.0.0",
"description": "Example stub repo to help launch an EMP",
"description": "Example stub repo to help launch a perpetual",
"private": true,
"scripts": {
"lint": "yarn run prettier --list-different",
@@ -13,7 +13,7 @@
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/UMAprotocol/launch-emp.git"
"url": "https://github.com/UMAprotocol/launch-perpetual.git"
},
"devDependencies": {
"ganache-cli": "6.11.0",