Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwerg committed Oct 5, 2021
1 parent a73b5cb commit ec9d7a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r6api.js",
"version": "2.1.0",
"version": "3.0.0",
"description": "Node.js wrapper around Rainbow Six: Siege API.",
"author": "Daniel Sandberg",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"require": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"build": "rimraf dist && tsc",
"example": "yarn build && ts-node --project scripts/tsconfig.json scripts/example",
"methods": "ts-node scripts/methods",
"tables": "ts-node scripts/tables",
Expand All @@ -37,6 +37,7 @@
"eslint-plugin-prefer-arrow": "^1.2.3",
"markdown-table": "2.0.0",
"minimist": "^1.2.5",
"rimraf": "^3.0.2",
"stringify-object": "^3.3.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
Expand Down

0 comments on commit ec9d7a3

Please sign in to comment.