NPM version out of date
See original GitHub issueIt seems the latest version is not published to NPM.
iconoir
(? < 4.6): https://www.npmjs.com/package/iconoiriconoir-react
(4.4.0 < 4.6): https://www.npmjs.com/package/iconoir-reacticonoir-react-native
(4.4.0 < 4.6): https://www.npmjs.com/package/iconoir-react-native
edit: Also if you do decide to release newer versions of these packages on npm, it may make sense to use the icon pack version as the package.json version. As currently iconoir-react-native
is using icons 4.4 but is on version 2.1.
Love the icons btw. I plan on using them exclusively on my personal website (made with svelte). Appreciate the work that has gone into these; the line aesthetic is not common in other icon sets.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:10
Top Results From Across the Web
npm-outdated
This command will check the registry to see if any (or, specific) installed packages are currently outdated. By default, only the direct dependencies...
Read more >Run npm outdated to check old packages
Here is the tip: run npm outdated from the terminal in your project folder to see if the installed packages are outdated. npm...
Read more >npm check and update package if needed - node.js
Install npm-check-updates · Run npm-check-updates to list what packages are out of date (basically the same thing as running npm outdated ) ·...
Read more >Using npm update and npm outdated to update dependencies
First, you ask npm to list which packages have newer versions available using npm outdated . Then you ask npm to install the...
Read more >How to check and update npm package using npm outdated
The npm outdated command is used to check the versions of installed packages and see if any package is currently outdated.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I agree! I’ll put up a PR here in the next few days to have it release with each tag (and use that tag as the version).
I just realized I can install git repos like npm packages:
npm install https://github.com/lucaburgio/iconoir.git#commit
. This solves my issue for the time being, but it would be nice to still have it mirrored on npm for insurance (default immutable versioning).