From 9f63c0ae54f3c5ca6cf87c9d9ae20564fd244fe8 Mon Sep 17 00:00:00 2001 From: Ryan DiMascio Date: Sun, 26 Jul 2020 16:09:47 -0700 Subject: [PATCH] feat: change package name to 'brands' --- bin/build-svgs.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build-svgs.js b/bin/build-svgs.js index e4b983f..7b37466 100644 --- a/bin/build-svgs.js +++ b/bin/build-svgs.js @@ -9,7 +9,7 @@ import ICONS from '../dist/icons.json'; import ICON_DIRS from '../util/icon-dirs.json'; import DEFAULT_ATTRS from '../util/default-attrs.json'; -import getAttributes from '../util/helpers/get-attributes'; +import getAttributes from 'get-attributes'; const spinner = ora(); diff --git a/package.json b/package.json index 7591fea..1499d96 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "brand-icons", + "name": "brands", "version": "0.0.0-development", "description": "Open source brand icons", "main": "dist/brands.js",