ackee-redux-token-auth
Advanced tools
Comparing version 2.2.8 to 2.2.9
{ | ||
"name": "ackee-redux-token-auth", | ||
"version": "2.2.8", | ||
"version": "2.2.9", | ||
"description": "The library aims to handle authentication logic with token based flow.", | ||
@@ -8,7 +8,8 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"prettier": "prettier --config ./prettier.config.js --write './src/**/*.{js,jsx}'", | ||
"build:lib": "rm -rf ./lib && cross-env BABEL_ENV=lib babel src --out-dir lib", | ||
"build:es": "rm -rf ./es && cross-env BABEL_ENV=es babel src --out-dir es", | ||
"build": "rm -rf ./es ./lib && yarn run build:es & npm run build:lib", | ||
"build": "yarn run build:es & npm run build:lib", | ||
"prepare": "npm run build", | ||
"start": "yarn install && yarn run build:es && onchange 'src/**/*.(js|jsx)' -- yarn run build:es" | ||
"start": "yarn install && yarn run build:es && onchange 'src/**/*.{js,jsx}' -- yarn run build:es" | ||
}, | ||
@@ -15,0 +16,0 @@ "author": "Jiri Smolik <smolikjirka@gmail.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
136464
57
3545