Skip to content

Commit d2873f1

Browse files
authored
Merge pull request #68 from microcmsio/fix/types-definition-file-path
[fix] typed definition file path
2 parents b93cef6 + f9b8689 commit d2873f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "microcms-js-sdk",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "JavaScript SDK Client for microCMS.",
55
"main": "./dist/microcms-js-sdk.js",
66
"module": "./dist/esm/microcms-js-sdk.js",
77
"unpkg": "./dist/umd/microcms-js-sdk.js",
8-
"types": "./dist/index.d.ts",
8+
"types": "./dist/microcms-js-sdk.d.ts",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/microcmsio/microcms-js-sdk.git"

0 commit comments

Comments
 (0)