Skip to content

Commit 2ab458a

Browse files
author
AJ Hsu
committed
Update main entry file
1 parent 817f128 commit 2ab458a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4374,7 +4374,7 @@
43744374
},
43754375
{
43764376
"kind": "packageJSON",
4377-
"content": "{\n \"name\": \"@kkbox/kkbox-js-sdk\",\n \"version\": \"1.3.3\",\n \"description\": \"KKBOX Open API Developer SDK for JavaScript\",\n \"main\": \"./dist/SDK.js\",\n \"scripts\": {\n \"build\": \"babel src -d dist\",\n \"build:webpack\": \"webpack -p\",\n \"pretest\": \"npm run build\",\n \"test\": \"mocha -R spec -t 30000 ./dist/test\",\n \"doc\": \"esdoc\",\n \"prepublishOnly\": \"npm run build\"\n },\n \"author\": \"KKBOX\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/KKBOX/OpenAPI-JavaScript.git\"\n },\n \"license\": \"Apache-2.0\",\n \"dependencies\": {\n \"axios\": \"^0.18.0\",\n \"babel-preset-env\": \"^1.7.0\"\n },\n \"devDependencies\": {\n \"babel-cli\": \"^6.26.0\",\n \"babel-loader\": \"^7.1.4\",\n \"esdoc\": \"^1.0.4\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"mocha\": \"^5.2.0\",\n \"should\": \"^11.2.1\",\n \"webpack\": \"^2.3.3\"\n },\n \"mailTo\": \"willyliu@kkbox.com\",\n \"bugs\": {\n \"url\": \"https://github.com/KKBOX/OpenAPI-JavaScript/issues\"\n },\n \"homepage\": \"https://github.com/KKBOX/OpenAPI-JavaScript#readme\",\n \"directories\": {\n \"test\": \"test\"\n },\n \"keywords\": [\n \"KKBOX\",\n \"OpenAPI\",\n \"Open\",\n \"API\"\n ]\n}\n",
4377+
"content": "{\n \"name\": \"@kkbox/kkbox-js-sdk\",\n \"version\": \"1.3.3\",\n \"description\": \"KKBOX Open API Developer SDK for JavaScript\",\n \"main\": \"./dist/index.js\",\n \"scripts\": {\n \"build\": \"babel src -d dist\",\n \"build:webpack\": \"webpack -p\",\n \"pretest\": \"npm run build\",\n \"test\": \"mocha -R spec -t 30000 ./dist/test\",\n \"doc\": \"esdoc\",\n \"prepublishOnly\": \"npm run build\"\n },\n \"author\": \"KKBOX\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"git+https://github.com/KKBOX/OpenAPI-JavaScript.git\"\n },\n \"license\": \"Apache-2.0\",\n \"dependencies\": {\n \"axios\": \"^0.18.0\",\n \"babel-preset-env\": \"^1.7.0\"\n },\n \"devDependencies\": {\n \"babel-cli\": \"^6.26.0\",\n \"babel-loader\": \"^7.1.4\",\n \"esdoc\": \"^1.0.4\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"mocha\": \"^5.2.0\",\n \"should\": \"^11.2.1\",\n \"webpack\": \"^2.3.3\"\n },\n \"mailTo\": \"willyliu@kkbox.com\",\n \"bugs\": {\n \"url\": \"https://github.com/KKBOX/OpenAPI-JavaScript/issues\"\n },\n \"homepage\": \"https://github.com/KKBOX/OpenAPI-JavaScript#readme\",\n \"directories\": {\n \"test\": \"test\"\n },\n \"keywords\": [\n \"KKBOX\",\n \"OpenAPI\",\n \"Open\",\n \"API\"\n ]\n}\n",
43784378
"longname": "/Users/ajhsu/Git/kkcorp/OpenAPI-JavaScript/package.json",
43794379
"name": "package.json",
43804380
"static": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@kkbox/kkbox-js-sdk",
33
"version": "1.3.3",
44
"description": "KKBOX Open API developer SDK for JavaScript. Use it to easily access KKBOX open API to get various metadata about KKBOX's tracks, albums, artists, playlists and stations. ",
5-
"main": "./dist/SDK.js",
5+
"main": "./dist/index.js",
66
"scripts": {
77
"build": "babel src -d dist",
88
"build:webpack": "webpack -p",

0 commit comments

Comments
 (0)