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) {
3333 config . addPassthroughCopy ( 'src/js' ) ;
3434 config . addPassthroughCopy ( 'src/admin/config.yml' ) ;
3535 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+ } ) ;
3740
3841 const now = new Date ( ) ;
3942
Original file line number Diff line number Diff line change 44 "description" : " The website for patternlab.io" ,
55 "main" : " index.js" ,
66 "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" ,
1010 "@tbranyen/jsdom" : " ^13.0.0" ,
1111 "concurrently" : " ^4.1.0" ,
1212 "html-minifier" : " ^4.0.0" ,
1818 "stalfos" : " github:hankchizljaw/stalfos#c8971d22726326cfc04089b2da4d51eeb1ebb0eb"
1919 },
2020 "devDependencies" : {
21- "@11ty/eleventy-navigation" : " ^0.1.5 " ,
21+ "@11ty/eleventy-navigation" : " ^0.3.2 " ,
2222 "@erquhart/rollup-plugin-node-builtins" : " ^2.1.5" ,
2323 "bl" : " ^3.0.0" ,
2424 "chokidar-cli" : " ^2.1.0" ,
You can’t perform that action at this time.
0 commit comments