@sproutsocial/seeds-utils
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -32,3 +32,3 @@ const gulp = require('gulp'); | ||
basename: opts.filename, | ||
suffix: opts.appendVersion ? '.' + versions[pkg] : '' | ||
suffix: opts.appendVersion ? '.' + versions[pkg].version : '' | ||
}) | ||
@@ -35,0 +35,0 @@ ) |
{ | ||
"name": "@sproutsocial/seeds-utils", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"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
11900