File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11const fs = require ( 'fs' ) ;
22const syntaxHighlight = require ( "@11ty/eleventy-plugin-syntaxhighlight" ) ;
3+ const VERSION = '0.2.0' ;
34
45module . exports = function ( eleventyConfig ) {
56 // Get utility sections
@@ -59,7 +60,7 @@ module.exports = function(eleventyConfig) {
5960 eleventyConfig . addGlobalData ( 'toc' , true ) ;
6061 eleventyConfig . addGlobalData ( 'meta' , {
6162 title : 'Sloth.css' ,
62- version : '0.1.1' ,
63+ version : VERSION ,
6364 description : 'A drop-in utility component CSS library for lazy mammals.' ,
6465 utilitySections : slothUtilitySections ,
6566 components : slothComponents ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @devmount/sloth.css" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " A drop-in utility component CSS-only library for lazy mammals." ,
55 "main" : " sloth.min.css" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments