ingrow-js-sdk
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "ingrow-js-sdk", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "javascript SDK to using the Ingrow event streaming platform", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "babel src -d dist" | ||
}, | ||
@@ -13,16 +14,2 @@ "repository": { | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"@babel/preset-env", | ||
"@babel/preset-react" | ||
], | ||
"plugins": [ | ||
[ | ||
"@babel/plugin-proposal-class-properties", | ||
{ | ||
"loose": true | ||
} | ||
] | ||
] | ||
}, | ||
"keywords": [ | ||
@@ -41,4 +28,5 @@ "ingrow", | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.12.1" | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1" | ||
} | ||
} |
5018
2