From c8330be3a46d8a67700e9fc5ec879ca2597c8aa6 Mon Sep 17 00:00:00 2001 From: pranay dutta Date: Tue, 26 Mar 2019 15:37:35 +0530 Subject: [PATCH] v1.0.11 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c9e3d6c..1f68eb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bolt-iot-wrapper", - "version": "1.0.10", + "version": "1.0.11", "description": "bolt iot api wrappers", "main": "dist/exports.js", "scripts": { @@ -44,8 +44,8 @@ }, "dependencies": { "node-fetch": "2.3.0", - "whatwg-fetch": "3.0.0", - "promise-polyfill": "8.1.0" + "promise-polyfill": "8.1.0", + "whatwg-fetch": "3.0.0" }, "files": [ "umd", @@ -54,4 +54,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}