Skip to content

Commit b47757d

Browse files
committed
Add content api SDK as dep
1 parent ea38191 commit b47757d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@tryghost/admin-api": "^1.0.0",
25+
"@tryghost/content-api": "^1.3.1",
2526
"bluebird": "^3.7.1",
2627
"ghost-ignition": "^3.1.0",
2728
"lodash": "^4.17.15",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@
6161
form-data "^2.3.3"
6262
jsonwebtoken "^8.4.0"
6363

64+
"@tryghost/content-api@^1.3.1":
65+
version "1.3.1"
66+
resolved "https://registry.yarnpkg.com/@tryghost/content-api/-/content-api-1.3.1.tgz#21749b971fb3f37610d9ffb62630009b121f171b"
67+
integrity sha512-6B/iKC2Wynl2GJaLJEIOOQQSejOrYImh63YmoccClxZBigC3ur/unWRwFe3lnJ74HmjxrxoDBC6y3yDcI2m4nQ==
68+
dependencies:
69+
axios "0.19.0"
70+
ghost-ignition "^3.0.0"
71+
6472
acorn-jsx@^5.0.0, acorn-jsx@^5.0.2:
6573
version "5.1.0"
6674
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.1.0.tgz#294adb71b57398b0680015f0a38c563ee1db5384"
@@ -832,7 +840,7 @@ getpass@^0.1.1:
832840
dependencies:
833841
assert-plus "^1.0.0"
834842

835-
ghost-ignition@^3.1.0:
843+
ghost-ignition@^3.0.0, ghost-ignition@^3.1.0:
836844
version "3.1.0"
837845
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-3.1.0.tgz#4a0d7f0a15e54fbc0e16d398da62ff68737e4e23"
838846
integrity sha512-ae0r/yBJDo9SkeLfy0ecrHVqO0gt9l07wiCOWmdzdvbmoU24AB881PjymnM/DLP9SY6E33mLYtT8K3ximgieLg==

0 commit comments

Comments
 (0)