ingrow-js-sdk
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "ingrow-js-sdk", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "javascript SDK to using the Ingrow event streaming platform", | ||
@@ -13,2 +13,10 @@ "main": "index.js", | ||
}, | ||
"plugins": [ | ||
[ | ||
"@babel/plugin-proposal-class-properties", | ||
{ | ||
"loose": true | ||
} | ||
] | ||
], | ||
"keywords": [ | ||
@@ -15,0 +23,0 @@ "ingrow", |
5010