Comparing version 0.0.8 to 0.0.9
@@ -11,3 +11,3 @@ "use strict"; | ||
describe('KV', () => { | ||
describe('nutcloud', () => { | ||
describe.skip('nutcloud', () => { | ||
if (!_process.default.env.NUTCLOUD_USERNAME) { | ||
@@ -14,0 +14,0 @@ test.skip('skip test since no NUTCLOUD_USERNAME env set', () => {}); |
{ | ||
"name": "cloudkv", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A key-store based on Dropbox cloud storage", | ||
@@ -28,3 +28,3 @@ "main": "./lib/kv.js", | ||
"babel-jest": "^24.9.0", | ||
"cloudrive": "^0.1.3" | ||
"cloudrive": "^0.1.7" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
@@ -7,3 +7,3 @@ import process from 'process' | ||
describe('KV', () => { | ||
describe('nutcloud', () => { | ||
describe.skip('nutcloud', () => { | ||
if (!process.env.NUTCLOUD_USERNAME) { | ||
@@ -10,0 +10,0 @@ test.skip('skip test since no NUTCLOUD_USERNAME env set', () => {}) |
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
19041
Updatedcloudrive@^0.1.7