This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: tsup disabled while fragment issue is fixed
- Loading branch information
1 parent
3267b58
commit 5cebf6e
Showing
7 changed files
with
18 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "react-iconly", | ||
"version": "2.2.8", | ||
"version": "2.2.10", | ||
"description": "React component for Iconly icons", | ||
"author": "Junior Garcia <[email protected]>", | ||
"license": "MIT", | ||
"repository": "jrgarciadev/react-iconly", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"module": "dist/index.modern.js", | ||
"types": "dist/react-iconly.d.ts", | ||
"source": "src/index.js", | ||
"sideEffects": false, | ||
|
@@ -27,9 +27,10 @@ | |
"design" | ||
], | ||
"scripts": { | ||
"build": "tsup --loader '.js=jsx' && yarn copytypes", | ||
"build:fast": "tsup --loader '.js=jsx'", | ||
"build": "microbundle-crl --define process.env.NODE_ENV=production --compress --strict --format modern,cjs && yarn copytypes", | ||
"start": "microbundle-crl watch --no-compress --format modern,cjs", | ||
"dev": "yarn build:fast -- --watch", | ||
"prepare": "run-s build", | ||
"copytypes": "cp react-iconly.d.ts dist/react-iconly.d.ts", | ||
"test": "run-s test:unit test:lint test:build", | ||
"test:build": "run-s build", | ||
|
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
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
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
5cebf6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
react-iconly – ./
react-iconly.vercel.app
react-iconly-jrgarciadev.vercel.app
react-iconly-git-main-jrgarciadev.vercel.app
react-iconly.jrgarciadev.com