- 4fc6b11d7 Version bump to 2.16.3 - Kevin Ansfield
- 4bff1dc6e Version bump to 2.16.3 - Kevin Ansfield
- 2839f259a Updated Ghost-Admin to 2.16.3 - Kevin Ansfield
- 39edb7646 Improved error message when attempting to use disabled v0.1 Public API (TryGhost/Ghost#10562) - Kevin Ansfield
- 850d56e60 Renamed ghostHead/Foot settings to codeinjectionHead/Foot (TryGhost/Admin#1107) - Kevin Ansfield
- e79fc9a9b Fixed incorrect codeinjection_* assignment - kirrg001
- e109c5424 🐛 Fixed 500 error when wrong field data was passed - Nazar Gargol
- 6f4535cd8 Blogs => Sites -
- fd7c14f91 Version bump to 2.14.0 - Kevin Ansfield
- 52a482cba Version bump to 2.14.0 - Kevin Ansfield
- 1331cc29e Updated Ghost-Admin to 2.14.0 - Kevin Ansfield
- 68d73d31b Bumped express-hbs dependency - Kevin Ansfield
- 76e0a235d Make it clear that codemirror elements are text inputs - John O'Nolan
- ae5ed0348 Update admin redirects - John O'Nolan
- 1e9012676 Remembered changed fields on destroy - kirrg001
- 865366c7c Ensured consistency for event handlers in the model layer - kirrg001
- 46bf5270d Added initial subsc
- fa4daf805 Version bump to 2.13.1 - Kevin Ansfield
- f6cc56f35 Version bump to 2.13.1 - Kevin Ansfield
- 9cdbe019e Updated Ghost-Admin to 2.13.1 - Kevin Ansfield
- e9c304078 💡Reverted "empty-string to NULL" db migration (TryGhost/Ghost#10430) - Fabien O'Carroll
- 9f9b58e23 Removed feature branche note from contrib guide - Hannah Wolfe
- c8bd861f4 Proper travis notification config - Hannah Wolfe
- 82cc82dc6 Travis env vars need double quotes - Hannah Wolfe
- f9576a7ff Testing simpler travis notification style - Hannah Wolfe
- [9fd9ad3fb](https://github.com/TryGhost/Ghost/commit/9
- ef2af2a3b Version bump to 2.13.0 - Kevin Ansfield
- 8ce86313f Version bump to 2.13.0 - Kevin Ansfield
- 28c0a1ff7 Updated Ghost-Admin to 2.13.0 - Kevin Ansfield
- 85fdb9a4f Fixed console getting cleared on dev start - Rish
- 0edacf3fc 🐛 Added migration to update empty strings to null (TryGhost/Ghost#10428) - Fabien O'Carroll
- e20537e2b Final travis.yaml config for slack - Hannah Wolfe
- 840694336 Ugly quote fix for travis.yml - Hannah Wolfe
- 9f7aa6303 Attempted to get env vars working in travis.yml - Hannah Wolfe
- [3200ede8b](https://github.com/TryGhost/Ghost/commit/3200ede8
- 9fc9aefa9 Version bump to 2.12.0 - Kevin Ansfield
- 77a1cabe9 Updated Ghost-Admin to 2.12.0 - Kevin Ansfield
- c3e41fe24 Version bump to 2.12.0 - Kevin Ansfield
- fb14c6ff8 Fixed ability to type in markdown cards - Kevin Ansfield
- 5c120068f Upgrading Casper to 2.9.1 - Kevin Ansfield
- ba493d786 Fixed listing, removed unused broccoli-clean-css dependency - Kevin Ansfield
- c37b2acea 🎨 clean up hover state borders in night shift (TryGhost/Admin#1077) - Vikas Potluri
- baa8a6a1d Bumped moment to version 2.24.0 - kirrg001
- [c862110cc](https://github.com/Tr
- 961d4eec4 Version bump to 2.9.0 - Kevin Ansfield
- 4c9d4ed66 Version bump to 2.9.0 - Kevin Ansfield
- 3d7cb90e5 Updated Ghost-Admin to 2.9.0 - Kevin Ansfield
- 42ad41233 Upgrading Casper to 2.8.0 - Kevin Ansfield
- 506d013f2 Ability to not send welcome email (TryGhost/Ghost#10293) - Aileen Nowak
- bc788994f ✨ Added drag-and-drop card re-ordering in the editor (TryGhost/Admin#1085) - Kevin Ansfield
- aa8e75914 Migrated db controller to API v2 (TryGhost/Ghost#10051) - Naz Gargol
- 5d2ab1988 Removed
invitedBy
from admin API: invitation endpoint (TryGhost/Ghost#10291)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Brocfile.js b/Brocfile.js | |
index 806f44f..c18c7cb 100644 | |
--- a/Brocfile.js | |
+++ b/Brocfile.js | |
@@ -18,7 +18,7 @@ var vendoredModules = [ | |
var cssFiles = new Funnel("src/css", { destDir: "css" }); | |
-var packageName = require("./package.json").name; | |
+var packageName = 'mobiledoc-kit'; |
- c8c4842ba Updated Ghost-Admin to 2.6.0 - Kevin Ansfield
- 2f4b2151b Version bump to 2.6.0 - Kevin Ansfield
- 299086553 Version bump to 2.6.0 - Kevin Ansfield
- 982060476 Fixed display bug on integration icons (TryGhost/Admin#1071) - John O'Nolan
- f884eb891 Fixed sticky validation errors when editing webhooks - Kevin Ansfield
- 8046f4d43 🐛 Fix last seen for users (TryGhost/Ghost#10141) - Fabien O'Carroll
- fb3c375e7 Bumped knex-migrator to version 3.2.4 - kirrg001
- ac45494e6 Fixed linting - Kevin Ansfield
- [b7b526969](https://github.com/TryGhost/Ghost-
- da2c292f6 Version bump to 2.2.4 - Kevin Ansfield
- 62a222c44 Updated Ghost-Admin to 2.2.4 - Kevin Ansfield
- 756065d0f Version bump to 2.2.4 - Kevin Ansfield
- 915d5612a 🐛 Fixed relative image URLs becoming absolute URLs on save (TryGhost/Ghost#10025) - Rishabh Garg
- e865d2218 🐛 Fixed pagination/duplicate posts and users appearing in admin area (TryGhost/Ghost#10031) - Fabien O'Carroll
- ae71f2dec Added spam prevention for v2 sessions (TryGhost/Ghost#10030) - Fabien O'Carroll
- 519b73601 Added initial custom integrations UI (TryGhost/Admin#1051) - Kevin Ansfield
- [c9c4dc0fe](https://github.com/TryGhost/Ghost/commit/c