twitch-oauth-authorization-code-express
Advanced tools
Comparing version
{ | ||
"name": "twitch-oauth-authorization-code-express", | ||
"version": "2.1.0", | ||
"version": "2.1.2", | ||
"description": "Small library to get a Twitch OAuth code using the OAuth authorization code flow.", | ||
@@ -8,6 +8,6 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"prepublishOnly": "npm run clean && npm run build", | ||
"build-test": "npx prisma generate && tsc --project test.tsconfig.json", | ||
"test": "mocha dist/test/test.js", | ||
"clean": "rm -r dist", | ||
"clean_windows": "rd /s /q .\\dist", | ||
"clean": "rm -rf ./dist || rd /s /q .\\dist", | ||
"build": "tsc" | ||
@@ -14,0 +14,0 @@ }, |
12470
0.31%