From e9dfc4d5780061e6b34e19579993333a3ff49e15 Mon Sep 17 00:00:00 2001 From: Jeronimo Vallelunga Date: Sun, 23 Jul 2017 10:53:26 -0300 Subject: [PATCH 1/3] v0.1.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 865e5c7..8fe13d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-bluetooth", - "version": "0.1.7", + "version": "0.1.8", "description": "Redux middleware to dispatch actions via bluetooth to a peripheral store", "main": "build/index.js", "scripts": { From 49ca239a59c8cc3a5d60ad6a9286fca42ec52877 Mon Sep 17 00:00:00 2001 From: Jeronimo Vallelunga Date: Mon, 24 Jul 2017 23:19:42 -0300 Subject: [PATCH 2/3] v0.1.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5844394..3f89aae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-bluetooth", - "version": "0.1.8", + "version": "0.1.9", "description": "Redux middleware to dispatch actions via bluetooth to a peripheral store", "main": "build/index.js", "scripts": { From 9f925633e0ce622ea85c0c94e3d411b6888ca6cb Mon Sep 17 00:00:00 2001 From: Jeronimo Vallelunga Date: Tue, 25 Jul 2017 00:43:20 -0300 Subject: [PATCH 3/3] v0.1.10 --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 4963cae..ea7e397 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-bluetooth", - "version": "0.1.9", + "version": "0.1.10", "description": "Redux middleware to dispatch actions via bluetooth to a peripheral store", "main": "build/index.js", "scripts": { @@ -14,7 +14,6 @@ "test:coverage": "npm test -- --coverage", "prepublish": "npm run build", "release": "np", - "example:install": "npm run example:peripheral:install && npm run example:webapp:install", "example:start": "npm run example:peripheral:start", "example:deploy": "npm run example:webapp:deploy", @@ -24,7 +23,6 @@ "example:peripheral:install": "cd example/peripheral && yarn install", "example:peripheral:build": "cd example/peripheral && npm run build", "example:peripheral:start": "cd example/peripheral && npm start", - "ci:test": "jest --config .jest.ci.json", "ci:report:coverage": "npm run test:coverage && codecov -t $CODECOV_TOKEN", "ci:example:build": "npm run example:webapp:install && npm run example:webapp:build"