icons8 / line-awesome

Replace Font Awesome with modern line icons
https://icons8.com/line-awesome
Other
1.25k stars 141 forks source link

Request publish to npm registry of version 1.3.1 #107

Open dylannnn opened 10 months ago

dylannnn commented 10 months ago

The latest version from npm is still 1.3.0 since 2019. Could you please publish the newer version of 1.3.1?

rcheetah commented 4 months ago

I +1 that request.

For everyone who's looking for a quick fix until this is resolved: You can actually depend directly on the GitHub version of this repository by changing the dependency in your package.json to:

"line-awesome": "icons8/line-awesome.git"

Keep in mind that this is not version-controlled and will always fetch the latest version from the main branch. So, keep an eye out for potential bugs or breaking changes that would not be captured by the default syntax.