Skip to content

Commit 2eeac34

Browse files
committed
fix(material-icons): actually publish components
1 parent 3a37285 commit 2eeac34

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/modern-trains-say.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@react-md/material-icons": patch
3+
---
4+
5+
Updated the .npmignore after moving files to the dist folder

packages/material-icons/.npmignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# I only want the README.md, CHANGELOG.md, LICENSE, package.json, and compiled to be published
22
/*
3-
!/*.d.ts
4-
!/*Icon.js
3+
!/dist/**
4+
!/types.d.ts

0 commit comments

Comments
 (0)