1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Removed variable condition

This commit is contained in:
Javier Cortejoso 2018-11-07 10:16:15 +01:00
parent c6b97f38c1
commit 8d99dba0f9
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.1.5 current_version = 0.1.6
[bumpversion:file:package.json] [bumpversion:file:package.json]

View File

@ -39,4 +39,4 @@ deploy:
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true
condition: $DEPLOY_PACKAGE = true

View File

@ -1,6 +1,6 @@
{ {
"name": "@oceanprotocol/squid", "name": "@oceanprotocol/squid",
"version": "0.1.5", "version": "0.1.6",
"description": "JavaScript client library for Ocean Protocol", "description": "JavaScript client library for Ocean Protocol",
"main": "dist/squid.js", "main": "dist/squid.js",
"scripts": { "scripts": {