@master-guy/fontawesome
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -5,5 +5,5 @@ 'use strict' | ||
let origin = process.cwd() | ||
origin = origin.concat('/node_modules/@fortawesome/fontawesome-free/webfonts') | ||
origin = origin.concat('../../@fortawesome/fontawesome-free/webfonts') | ||
let filesToCopy = [origin] | ||
let targetPath = process.cwd().concat('/node_modules/@master-guy/fontawesome/bundles/fontawesome/public/') | ||
let targetPath = process.cwd().concat('/bundles/fontawesome/public/') | ||
gentlyCopy(filesToCopy, targetPath) |
{ | ||
"name": "@master-guy/fontawesome", | ||
"description": "Free version of FontAwesome.com for @edenjs/grid. Adds the missing icons.", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"dependencies": { | ||
@@ -6,0 +6,0 @@ "@fortawesome/fontawesome-free": "latest", |
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
2291