Skip to content

Commit

Permalink
v0.0.6, Update package name, add .nvmrc (#1)
Browse files Browse the repository at this point in the history
* v0.0.6, Update package name, add .nvmrc

* update to node 18
  • Loading branch information
jiajames authored Aug 18, 2023
1 parent e880b44 commit 74fdf82
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@dydxprotocol/veronica-v4",
"version": "0.0.5",
"description": "Veronica v4",
"name": "@dydxprotocol/v4-localization",
"version": "0.0.6",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dydxprotocol/veronica-v4.git"
"url": "git+https://github.com/dydxprotocol/v4-localization.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dydxprotocol/veronica-v4/issues"
"url": "https://github.com/dydxprotocol/v4-localization/issues"
},
"homepage": "https://github.com/dydxprotocol/veronica-v4#readme",
"homepage": "https://github.com/dydxprotocol/v4-localization#readme",
"devDependencies": {
"@types/node": "^20.1.7"
}
Expand Down

0 comments on commit 74fdf82

Please sign in to comment.