JS: Publish as NPM package #8
JPustkuchen
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@fabianwennink Is there any update on plans to publish this package on NPM? Publishing on NPM would immensely help us keep the package updated. Currently, we can only pin a specific commit in our build process, as we need to rebundle the library with Webpack and can't use the published server assets. I believe this would also enhance usability for others using frontend frameworks. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just like fabianwennink/IconCaptcha-PHP#14 for PHP, it would be nice to publish the frontend part as npm package at https://www.npmjs.com/
This is quite simple and would allow to define this as dependency. In the future, splitting these into the different dependency management systems might allow to just require the combination and have the separate libraries updated separately.
For details how to publish to npmjs, see https://docs.npmjs.com/packages-and-modules/contributing-packages-to-the-registry
Beta Was this translation helpful? Give feedback.
All reactions