blip-sdk-web
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "blip-sdk-web", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Blip SDK for web", | ||
@@ -33,5 +33,2 @@ "main": "sdk/dist/blipWebSdk.js", | ||
"extract-text-webpack-plugin": "^1.0.1", | ||
"gulp": "^3.9.1", | ||
"gulp-babel": "^6.1.2", | ||
"gulp-uglify": "^2.0.0", | ||
"html-loader": "^0.4.4", | ||
@@ -38,0 +35,0 @@ "html-webpack-plugin": "^2.26.0", |
@@ -18,3 +18,3 @@ | ||
new BlipWebSDK.ChatBuilder() | ||
.withApiKey('A32A04F6-6B10-42D9-B1FB-D2ED9C219DB4') | ||
.withApiKey('PUT-YOUR-API-KEY-HERE') | ||
.build(); | ||
@@ -30,3 +30,3 @@ })(); | ||
npm install blip-sdk-web | ||
`npm install blip-sdk-web` | ||
@@ -33,0 +33,0 @@ ###Instantiate the BlipSdkWeb class |
17
37454