Skip to content

Commit

Permalink
Fixed up license generation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischabot committed May 9, 2022
1 parent e341ab0 commit f3fa693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "sendbird-platform-sdk",
"version": "1.0.0",
"description": "Sendbird_Platform_API_Javascript_SDKhttps__sendbird_com_docs_chat_v3_platform_api_getting_started_prepare_to_use_api",
"license": "Unlicense",
"description": "Sendbird Platform API SDK for JavaScript",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ import WebhooksApi from './api/WebhooksApi';


/**
* Sendbird_Platform_API_Javascript_SDKhttps__sendbird_com_docs_chat_v3_platform_api_getting_started_prepare_to_use_api.<br>
* Sendbird Platform API SDK for JavaScript.<br>
* The <code>index</code> module provides access to constructors for all the classes which comprise the public API.
* <p>
* An AMD (recommended!) or CommonJS application will generally do something equivalent to the following:
Expand Down

0 comments on commit f3fa693

Please sign in to comment.