@cfpb/cfpb-icons
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@cfpb/cfpb-icons", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Design System icons", | ||
@@ -13,3 +13,3 @@ "less": "src/cfpb-icons.less", | ||
], | ||
"gitHead": "d1ec4714e192d75da6a4f99381b80604e529f81e" | ||
"gitHead": "a495b375b1c731a9de9d67181c527db14723c839" | ||
} |
@@ -19,3 +19,3 @@ # @cfpb/icons [![Build Status](https://img.shields.io/travis/cfpb/design-system.svg)](https://travis-ci.org/cfpb/design-system) [![npm](https://img.shields.io/npm/v/@cfpb/icons.svg?style=flat-square)](https://www.npmjs.com/package/@cfpb/icons) | ||
- [Find out about contributing](https://github.com/cfpb/design-system/blob/master/CONTRIBUTING.md) | ||
- [Find out about contributing](https://github.com/cfpb/design-system/blob/main/CONTRIBUTING.md) | ||
- [File a bug](https://github.com/cfpb/design-system/issues/new?labels=bug) | ||
@@ -22,0 +22,0 @@ |
@@ -23,3 +23,8 @@ const path = require( 'path' ); | ||
// Retrieve this plugin script's path so we can fake __dirname. | ||
const thisScriptPath = pluginManager.installedPlugins[1].filename; | ||
// When less is updated, the installedPlugins[x] index value may need to | ||
// be updated. If you receive an error when building that's like | ||
// "The "path" argument must be of type string. Received undefined" | ||
// Add console.log( pluginManager.installedPlugins ) and look for the | ||
// index value that has a filename property that points to this file. | ||
const thisScriptPath = pluginManager.installedPlugins[2].filename; | ||
@@ -26,0 +31,0 @@ // __dirname is not accessible in this script, so this fakes it. |
@@ -41,3 +41,3 @@ As a work of the United States Government, this package is in the | ||
[policy]: https://github.com/cfpb/design-system/blob/master/TERMS.md | ||
[policy]: https://github.com/cfpb/design-system/blob/main/TERMS.md | ||
[CC0]: http://creativecommons.org/publicdomain/zero/1.0/legalcode | ||
@@ -44,0 +44,0 @@ |
Sorry, the diff of this file is not supported yet
339313
78