@dudadev/ms-client-auth
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "@dudadev/ms-client-auth", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Client to authenticate Duda's microservices' clients", | ||
@@ -38,4 +38,4 @@ "main": "lib/index.js", | ||
"build": "rm -rf lib && babel src --ignore src/__tests__,src/index-test.js -d lib", | ||
"prepublishOnly": "yarn test && yarn build" | ||
"prepublishOnly": "npm run test && npm run build" | ||
} | ||
} |
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
4549