Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis-Bize committed Apr 10, 2020
1 parent 0d28cc4 commit 5ce6270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xboxreplay/xboxlive-auth",
"description": "Simple Xbox Live authentication module.",
"version": "3.0.0",
"version": "3.0.1",
"keywords": [
"xboxreplay",
"xboxlive",
Expand All @@ -22,7 +22,7 @@
"build": "npm run clean && ./node_modules/.bin/tsc && rm -rf ./dist/__tests__",
"clean": "rm -rf ./dist",
"prepublishOnly": "npm run test && npm run build",
"test": "XBL_EMAIL=${XBL_EMAIL} XBL_PASSWORD=${XBL_PASSWORD} ts-node ./__tests__/e2e.test.js"
"test": "ts-node ./__tests__/e2e.test.js"
},
"dependencies": {
"@xboxreplay/errors": "^0.1.0",
Expand Down

0 comments on commit 5ce6270

Please sign in to comment.