Skip to content

Commit

Permalink
Version v0.0.2-aplha
Browse files Browse the repository at this point in the history
  • Loading branch information
Drxckzyz committed Aug 21, 2021
1 parent 780c233 commit 3bb1d75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
14 changes: 8 additions & 6 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ferrislib",
"version": "0.0.1-alpha",
"version": "0.0.2-alpha",
"description": "An Api wrapper to interact with FerrisChat Api",
"main": "build/index.js",
"directories": {
Expand Down Expand Up @@ -31,11 +31,11 @@
"devDependencies": {
"@types/node": "^16.4.13",
"@types/node-fetch": "^2.5.12",
"typedoc": "^0.21.6"
"typedoc": "^0.21.6",
"typescript": "^4.3.5"
},
"dependencies": {
"node-fetch": "^2.6.1",
"typescript": "^4.3.5"
"node-fetch": "^2.6.1"
},
"engines": {
"node": ">=16.6.0",
Expand Down

0 comments on commit 3bb1d75

Please sign in to comment.