@sproutsocial/seeds-typography
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -20,3 +20,3 @@ const fs = require('fs'); | ||
gulp.task('clean', () => { | ||
return del(['docs/downloads/*']); | ||
return del(['typography/_generated/*']); | ||
}); | ||
@@ -46,3 +46,3 @@ | ||
getGulpTypographyTask('sketch', 'sketchtext.json', { | ||
dest: 'docs/downloads', | ||
dest: 'typography/_generated', | ||
appendVersion: true | ||
@@ -69,5 +69,5 @@ }) | ||
makeDir('docs/_includes/').then(() => { | ||
makeDir('typography/_generated/').then(() => { | ||
fs.writeFileSync( | ||
'docs/_includes/typography.html', | ||
'typography/_generated/typography.html', | ||
`<!-- GENERATED BY GULP - DO NOT EDIT -->\n\n<script>window.seedsTypography = ${JSON.stringify( | ||
@@ -74,0 +74,0 @@ sizes |
{ | ||
"name": "@sproutsocial/seeds-typography", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "SEEDS Design System Typography Styles", | ||
@@ -5,0 +5,0 @@ "main": "dist/seeds-typography.js", |
16286
10