@sproutsocial/seeds-utils
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -45,2 +45,7 @@ const del = require('del'); | ||
fs.writeFile( | ||
'./docs/versions.json', | ||
JSON.stringify(versions, (key, value) => (key === 'seeds' ? undefined : value)), | ||
err => done(err) | ||
); | ||
fs.writeFile( | ||
'./docs/_data/versions.json', | ||
@@ -47,0 +52,0 @@ JSON.stringify(versions, (key, value) => (key === 'seeds' ? undefined : value)), |
{ | ||
"name": "@sproutsocial/seeds-utils", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "SEEDS shared utility functions for generating tokens and documentation.", | ||
@@ -5,0 +5,0 @@ "main": "dist/seeds-typography.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12055
357