@sproutsocial/seeds-dataviz
Advanced tools
Comparing version 0.6.3 to 0.7.0
{ | ||
"name": "@sproutsocial/seeds-dataviz", | ||
"version": "0.6.3", | ||
"version": "0.7.0", | ||
"description": "Seeds Data Visualization Tokens", | ||
@@ -18,3 +18,3 @@ "main": "seeds-dataviz.js", | ||
"scripts": { | ||
"clean": "rm -rf node_modules" | ||
"clean:modules": "rm -rf node_modules" | ||
}, | ||
@@ -25,4 +25,4 @@ "dependencies": { | ||
"engines": { | ||
"node": "^14.15.0 || >=16.0.0" | ||
"node": "^20.12.2" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
'use strict'; | ||
"use strict"; | ||
var seedsColors = require('@sproutsocial/seeds-color'); | ||
var seedsColors = require("@sproutsocial/seeds-color"); | ||
var COLOR_TEAL_500 = seedsColors.COLOR_TEAL_500; | ||
@@ -5,0 +5,0 @@ var COLOR_PURPLE_700 = seedsColors.COLOR_PURPLE_700; |
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
3212