@sproutsocial/seeds-typography
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -8,12 +8,12 @@ const fs = require('fs'); | ||
const upperFirst = require('lodash.upperfirst'); | ||
const sassVar = require('@sproutsocial/seeds-util/sassvar').sassVar; | ||
const suitCssName = require('@sproutsocial/seeds-util/sassvar').suitCssName; | ||
const javascriptConst = require('@sproutsocial/seeds-util/constantcase').javascriptConst; | ||
const sassVar = require('@sproutsocial/seeds-utils/sassvar').sassVar; | ||
const suitCssName = require('@sproutsocial/seeds-utils/sassvar').suitCssName; | ||
const javascriptConst = require('@sproutsocial/seeds-utils/constantcase').javascriptConst; | ||
const makeDir = require('make-dir'); | ||
const getGulpTask = require('@sproutsocial/seeds-util/getgulptask'); | ||
const getGulpTask = require('@sproutsocial/seeds-utils/getgulptask'); | ||
const typographyTokensPath = './tokens.yml'; | ||
require('@sproutsocial/seeds-util/theo'); | ||
require('@sproutsocial/seeds-utils/theo'); | ||
@@ -20,0 +20,0 @@ gulp.task('clean', () => { |
{ | ||
"name": "@sproutsocial/seeds-typography", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "SEEDS Design System Typography Styles", | ||
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11225
0