@hig/icon
Advanced tools
Comparing version 0.1.0-alpha.f38da73f to 0.1.0-alpha.f44b1528
{ | ||
"name": "@hig/icon", | ||
"version": "0.1.0-alpha.f38da73f", | ||
"version": "0.1.0-alpha.f44b1528", | ||
"description": "HIG Icon component", | ||
@@ -8,2 +8,5 @@ "author": "Autodesk Inc.", | ||
"homepage": "https://hig.autodesk.com", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "build/index.js", | ||
@@ -16,7 +19,8 @@ "module": "build/index.es.js", | ||
"dependencies": { | ||
"@hig/icons": "0.1.0-alpha.f38da73f" | ||
"@hig/icons": "0.1.0-alpha.f44b1528" | ||
}, | ||
"devDependencies": { | ||
"@hig/scripts": "0.2.0-alpha.f38da73f", | ||
"@hig/styles": "0.1.0-alpha.f38da73f" | ||
"@hig/babel-preset": "0.2.0-alpha.f44b1528", | ||
"@hig/scripts": "0.2.0-alpha.f44b1528", | ||
"@hig/styles": "0.1.0-alpha.f44b1528" | ||
}, | ||
@@ -28,4 +32,8 @@ "peerDependencies": { | ||
"scripts": { | ||
"build": "hig-scripts-build" | ||
"build": "hig-scripts-build", | ||
"lint": "eslint src --ext .js,.jsx" | ||
}, | ||
"eslintConfig": { | ||
"extends": "@hig" | ||
} | ||
} |
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
14085
3
+ Added@hig/icons@0.1.0-alpha.f44b1528(transitive)
- Removed@hig/icons@0.1.0-alpha.f38da73f(transitive)