How does npm-packager understand whether npm package should be listed in npm packager ui or not? #13
-
@konstantin Dyachenko#8793 , How does npm-packager understand whether npm package should be listed in npm packager ui or not? I see that my integration packages are listed in npm packager ui |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@FreePhoenix888 we use only |
Beta Was this translation helpful? Give feedback.
@FreePhoenix888 we use only
deep-package
keyword right now. You should not use this keyword if the package does not containdeep.json
. This keyword automatically is added on publish of any package from inside Deep UI.