react-auth-kit
Advanced tools
Comparing version 3.0.0-alpha.41 to 3.0.0-alpha.43
{ | ||
"name": "react-auth-kit", | ||
"version": "3.0.0-alpha.41", | ||
"version": "3.0.0-alpha.43", | ||
"description": "Authentication Library for React, which makes Token based auth very easy", | ||
@@ -45,7 +45,6 @@ "keywords": [ | ||
"scripts": { | ||
"build": "run-s build:*", | ||
"build:build": "tsc --project tsconfig.json && babel --config-file ./config/babel.config.js src --out-dir . --extensions \".tsx,.ts,.js,.jsx\"", | ||
"build": "tsc --project tsconfig.json && babel --config-file ./config/babel.config.js src --out-dir . --extensions \".tsx,.ts,.js,.jsx\"", | ||
"test": "run-s test:*", | ||
"test:unit": "jest --config ./config/jest.config.js", | ||
"test:lint": "eslint src", | ||
"lint": "eslint src", | ||
"test:unit:watch": "jest --watch" | ||
@@ -75,3 +74,3 @@ }, | ||
}, | ||
"gitHead": "9def1f1659a48d4bfbac3ddacd42967f95aa5766" | ||
"gitHead": "b5709256fde6854d03601403f89fd02f9f875c14" | ||
} |
83519