mirror of
https://github.com/luxfi/perpetual.git
synced 2026-07-27 04:32:33 +00:00
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:
+3
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user