diff --git a/.travis.yml b/.travis.yml index 5b58353..625fe0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: node_js +version: 1.0 node_js: - "8" install: @@ -22,6 +23,7 @@ jobs: - stage: release if: branch = master deploy: + edge: true provider: npm api_key: "$NPM_API_KEY" email: "$NPM_EMAIL" diff --git a/package.json b/package.json index c68d1bc..fc9f117 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "configcat-js", - "version": "2.0.5", + "version": "2.0.6", "description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -26,7 +26,7 @@ "author": "ConfigCat", "license": "MIT", "dependencies": { - "configcat-common": "^2.0.4" + "configcat-common": "^2.0.6" }, "devDependencies": { "@types/chai": "^4.2.4",