From ab517ea2614b23978076d813d892f2d809e040c3 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Tue, 19 Jul 2022 14:58:56 +0800 Subject: [PATCH] Add @tryghost/shared-theme-assets --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a963c0..20c7f54 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "zip": "gulp zip" }, "devDependencies": { + "@tryghost/shared-theme-assets": "1.0.0", "autoprefixer": "10.4.7", "beeper": "2.1.0", "cssnano": "5.1.12", @@ -71,7 +72,6 @@ "gulp-zip": "5.1.0", "postcss": "8.4.14", "postcss-easy-import": "4.0.0", - "pump": "3.0.0", - "shared": "https://gitpkg.now.sh/TryGhost/Themes/packages/_shared?main" + "pump": "3.0.0" } }