Skip to content

Commit 17a148b

Browse files
authored
Merge pull request #65 from getconversio/hotfix/deploy
Fix auto-deploy settings
2 parents da0a6db + 08b434e commit 17a148b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deploy:
77
email:
88
secure: dsBGPXl1VvR70rJ/UnRuaLwiesvmfxOSeWfuLOlWHU3+2uUA7xLOOIyjHxP3mlz9OLsL3A/tMsYBMj6bM3SrtvbtBwnAQZ+RKWjyIsiBTHYaIrXuJP+kbQIguaDTo8rC45U2VwZRQu50cc2Mln3jeGzlho4iPdZLe4rdRLnbAD0=
99
api_key:
10-
secure: o0vLZpRdqWyu1Ez/x7Nug57uMOUahxpsKkEKNVk0AjIMPyc4lw1HaK9WRV0lm9F3R6kzBwxiUnfwvrcnmaEZRgnhcSF4WmqHtHB3u/lbNXTrJOWRnyjIESlA9IuIijbPZNKoRFac2DP3nHDcELKpGp0LeIFNZs47WvBM7dnDtdI=
10+
secure: GPt9SSxfd2gDfd6YfjZtGZghjjT4mtlFhA6Yyojax1frU4gzH2j9sd0XuNI1Q/f0n7WAeo4pFPru5o2uxPJzQUlJzWy3DoLJX3rLrOviXX6zIgF7o4XCtYb3SVFIG7aEpNTxBbh1zQcL8ecHROzs7MFxE+y/dumsCSVFnfT3o8E=
1111
on:
1212
tags: true
1313
repo: getconversio/node-bigcommerce

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-bigcommerce",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A node module for authentication and use with the BigCommerce API",
55
"main": "./lib/bigcommerce",
66
"scripts": {

0 commit comments

Comments
 (0)