🩹 Fix gitignore + version number

This commit is contained in:
Brendan Lane 2020-12-22 11:33:33 -05:00
parent ff5da3662c
commit e25a0672a5
No known key found for this signature in database
GPG Key ID: 906880739CCF90C9
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -128,3 +128,4 @@ dist
# End of https://www.toptal.com/developers/gitignore/api/node,yarn
src/test.ts
dist/test.js

View File

@ -1,6 +1,6 @@
{
"name": "@vexico/spookvooperapi",
"version": "1.3.0-alpha-1",
"version": "2.0.0",
"description": "Easy to use library for the SpookVooper API",
"main": "dist/main.js",
"type": "commonjs",