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 +}