contentful-sdk-core
Advanced tools
Comparing version 3.5.9 to 3.5.10
@@ -5,3 +5,3 @@ #!/usr/bin/env node | ||
* This script exits unless the TRAVIS_NODE_VERSION environment variable | ||
* contains a 5.x version. | ||
* contains a 6.x version. | ||
* | ||
@@ -12,3 +12,3 @@ * This is used in package.json to ensure that we are only firing the remote | ||
var re = new RegExp(process.env.LEAD_NODE_MAJOR_VERSION + '\.', 'g') | ||
var re = new RegExp(process.env.LEAD_NODE_MAJOR_VERSION + '.', 'g') | ||
@@ -15,0 +15,0 @@ if (!re.test(process.env.TRAVIS_NODE_VERSION)) { |
{ | ||
"name": "contentful-sdk-core", | ||
"version": "3.5.9", | ||
"version": "3.5.10", | ||
"description": "Core modules for the Contentful JS SDKs", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.contentful.com/developers/docs/javascript/", |
Sorry, the diff of this file is not supported yet
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
33457
26