{{/unless}}
diff --git a/gulpfile.js b/gulpfile.js
index 1d175f7..bf5cf33 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -51,8 +51,8 @@ function css(done) {
function js(done) {
pump([
src([
- 'node_modules/@tryghost/shared-theme-assets/assets/js/lib/**/*.js',
- 'node_modules/@tryghost/shared-theme-assets/assets/js/main.js',
+ 'node_modules/@tryghost/shared-theme-assets/assets/js/v1/lib/**/*.js',
+ 'node_modules/@tryghost/shared-theme-assets/assets/js/v1/main.js',
'assets/js/lib/*.js',
'assets/js/main.js'
], {sourcemaps: true}),
diff --git a/package.json b/package.json
index f480ab6..7e744ab 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,7 @@
"theme",
"ghost-theme"
],
+ "docs": "https://solo.ghost.io/about/",
"config": {
"posts_per_page": 6,
"image_sizes": {
@@ -88,18 +89,18 @@
"zip": "gulp zip"
},
"devDependencies": {
- "@tryghost/shared-theme-assets": "1.3.1",
+ "@tryghost/shared-theme-assets": "2.0.1",
"autoprefixer": "10.4.13",
"beeper": "2.1.0",
"cssnano": "5.1.14",
- "gscan": "4.34.0",
+ "gscan": "4.35.1",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2",
"gulp-postcss": "9.0.1",
"gulp-uglify": "3.0.2",
"gulp-zip": "5.1.0",
- "postcss": "8.4.19",
+ "postcss": "8.4.20",
"postcss-easy-import": "4.0.0",
"pump": "3.0.0"
}