Skip to content

Commit 1416e70

Browse files
authored
Merge pull request #12 from microcmsio/chore/change_orgnaization_info
chore: change organization name
2 parents 53bee48 + bf19523 commit 1416e70

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,24 @@
88
"types": "./dist/cjs/index.d.ts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/wantainc/microcms-js-sdk.git"
11+
"url": "https://github.com/microcmsio/microcms-js-sdk.git"
1212
},
13-
"author": "Wanta Inc",
13+
"author": "microCMS",
1414
"license": "Apache-2.0",
15-
"keywords": ["JavaScript", "node", "SDK", "microCMS"],
15+
"keywords": [
16+
"JavaScript",
17+
"node",
18+
"SDK",
19+
"microCMS"
20+
],
1621
"scripts": {
1722
"build": "rollup -c",
1823
"lint": "eslint ./src",
1924
"lint:fix": "eslint --fix ./src"
2025
},
21-
"files": ["dist"],
26+
"files": [
27+
"dist"
28+
],
2229
"dependencies": {
2330
"node-fetch": "^2.6.1",
2431
"qs": "^6.10.1"
@@ -46,4 +53,4 @@
4653
"rollup-plugin-typescript2": "^0.30.0",
4754
"typescript": "^4.2.4"
4855
}
49-
}
56+
}

src/createClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* microCMS API SDK
3-
* https://github.com/wantainc/microcms-js-sdk
3+
* https://github.com/microcmsio/microcms-js-sdk
44
*/
55
import fetch from 'node-fetch';
66
import { parseQuery } from './utils/parseQuery';

0 commit comments

Comments
 (0)