diff --git a/.gitignore b/.gitignore index 88ea927..322192b 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,4 @@ dist # End of https://www.toptal.com/developers/gitignore/api/node,yarn src/test.ts +dist/test.js diff --git a/package.json b/package.json index 6118b49..7b8315e 100644 --- a/package.json +++ b/package.json @@ -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",