mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Merged 3.38.2 into master
* origin/3.38.2:
v3.38.2
Updated Ghost-Admin to v3.38.2
🐛 Added missing Bluebird require in v2 API
This commit is contained in:
commit
49197a6597
3 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit e51ac5c8db93a83f770f055eab5b4a90db39c7a1
|
||||
Subproject commit c67a4bab542cbcd58b6ae2bcd943c626a67a2eaf
|
|
@ -1,3 +1,4 @@
|
|||
const Promise = require('bluebird');
|
||||
const storage = require('../../adapters/storage');
|
||||
|
||||
module.exports = {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ghost",
|
||||
"version": "3.38.1",
|
||||
"version": "3.38.2",
|
||||
"description": "The professional publishing platform",
|
||||
"author": "Ghost Foundation",
|
||||
"homepage": "https://ghost.org",
|
||||
|
|
Loading…
Add table
Reference in a new issue