Does npm-packager respect peerDependencies versions? #18
-
ExampleI have package |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
@FreePhoenix888 at the moment |
Beta Was this translation helpful? Give feedback.
-
No, it does not. |
Beta Was this translation helpful? Give feedback.
-
|
No, it does not. |
Beta Was this translation helpful? Give feedback.
@FreePhoenix888 to do it, just do not give for
-testpackage direct dependency, make itpeerDependency,npm-packagerwill just ignore allpeerDependencies.