-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86cd2fb
commit 767e42f
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// Test package exports using testpack-cli | ||
const icons = require('@nrk/core-icons') | ||
const expressive = require('@nrk/core-icons/expressive') | ||
const logos = require('@nrk/core-icons/logo') | ||
const previews = require('@nrk/core-icons/preview') | ||
|
||
console.info(` | ||
Package contains the following for commonJS:\n | ||
- ${Object.keys(icons).length} icons\n | ||
- ${Object.keys(expressive).length} expressive icons\n | ||
- ${Object.keys(logos).length} logos\n | ||
- ${Object.keys(previews).length} previews\n | ||
`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters