Skip to content

Commit

Permalink
feat: change package name to 'brands'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan DiMascio committed Jul 26, 2020
1 parent 5d1311f commit 9f63c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/build-svgs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "brand-icons",
"name": "brands",
"version": "0.0.0-development",
"description": "Open source brand icons",
"main": "dist/brands.js",
Expand Down

0 comments on commit 9f63c0a

Please sign in to comment.