dropbox-with-offline-refresh-token
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "dropbox-with-offline-refresh-token", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "use can easily use the dropbox api without have to handle all the authentication stuff. all you need is a single offline refresh token.", | ||
@@ -9,3 +9,3 @@ "main": "target/lib/Client.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build_publish": "npx tsc" | ||
"build_publish": "npx tsc && npm version patch && npm publish" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
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
7358