File tree Expand file tree Collapse file tree 3 files changed +259
-604
lines changed Expand file tree Collapse file tree 3 files changed +259
-604
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,10 @@ module.exports = function (config) {
33
33
config . addPassthroughCopy ( 'src/js' ) ;
34
34
config . addPassthroughCopy ( 'src/admin/config.yml' ) ;
35
35
config . addPassthroughCopy ( 'src/admin/previews.js' ) ;
36
- config . addPassthroughCopy ( '../../node_modules/nunjucks/browser/nunjucks-slim.js' ) ;
36
+ config . addPassthroughCopy ( {
37
+ '../../node_modules/nunjucks/browser/nunjucks-slim.js' :
38
+ 'node_modules/nunjucks/browser/nunjucks-slim.js' ,
39
+ } ) ;
37
40
38
41
const now = new Date ( ) ;
39
42
Original file line number Diff line number Diff line change 4
4
"description" : " The website for patternlab.io" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
7
- "@11ty/eleventy" : " ^0.8.3 " ,
8
- "@11ty/eleventy-plugin-rss" : " ^1.0.6 " ,
9
- "@11ty/eleventy-plugin-syntaxhighlight" : " ^2.0 .3" ,
7
+ "@11ty/eleventy" : " ^0.12.1 " ,
8
+ "@11ty/eleventy-plugin-rss" : " ^1.1.2 " ,
9
+ "@11ty/eleventy-plugin-syntaxhighlight" : " ^3.1 .3" ,
10
10
"@tbranyen/jsdom" : " ^13.0.0" ,
11
11
"concurrently" : " ^4.1.0" ,
12
12
"html-minifier" : " ^4.0.0" ,
18
18
"stalfos" : " github:hankchizljaw/stalfos#c8971d22726326cfc04089b2da4d51eeb1ebb0eb"
19
19
},
20
20
"devDependencies" : {
21
- "@11ty/eleventy-navigation" : " ^0.1.5 " ,
21
+ "@11ty/eleventy-navigation" : " ^0.3.2 " ,
22
22
"@erquhart/rollup-plugin-node-builtins" : " ^2.1.5" ,
23
23
"bl" : " ^3.0.0" ,
24
24
"chokidar-cli" : " ^2.1.0" ,
You can’t perform that action at this time.
0 commit comments