Skip to content

Commit 0145878

Browse files
authored
Merge pull request #3 from microcmsio/update/microcms-js-sdk
microcms-js-sdkをアップデート(x-microcms-api-keyを利用)
2 parents 8a0e9f3 + 0b04eaf commit 0145878

File tree

2 files changed

+31
-9
lines changed

2 files changed

+31
-9
lines changed

package-lock.json

Lines changed: 29 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-microcms-module",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "microCMS integration for Nuxt.js",
55
"keywords": [
66
"nuxt",
@@ -35,6 +35,6 @@
3535
"typescript": "^4.3.4"
3636
},
3737
"dependencies": {
38-
"microcms-js-sdk": "^1.1.0"
38+
"microcms-js-sdk": "^2.0.0"
3939
}
4040
}

0 commit comments

Comments
 (0)