Skip to content

Commit

Permalink
use local build of vultr-node for TS support
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrees committed Aug 13, 2021
1 parent 9066534 commit 3be6a96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@vultr/vultr-node": "^2.1.1"
},
"devDependencies": {
"@types/node": "^16.6.1",
"typescript": "^4.3.5"
},
"dependencies": {
"@vultr/vultr-node": "../vultr-node"
}
}
15 changes: 2 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit 3be6a96

Please sign in to comment.