Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scoped dependencies. #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

yfwz100
Copy link

@yfwz100 yfwz100 commented Jul 28, 2021

This PR fix the parsing logic of scoped packages, which should fix #11 .

It will generate package.json with the following changes:

diff --git a/package.json b/package.json
index 39d5be3..750e81f 100644
--- a/package.json
+++ b/package.json
@@ -12,2 +12,3 @@
  "dependencies": {
    "@eslint/eslintrc": "^0.4.3",
    "debug": "^4.0.1",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem trying to use with webpack
1 participant