Skip to content

chore: use https repository metadata#91

Open
aldorac337 wants to merge 1 commit into
stacktracejs:masterfrom
aldorac337:chore/use-https-repository-metadata
Open

chore: use https repository metadata#91
aldorac337 wants to merge 1 commit into
stacktracejs:masterfrom
aldorac337:chore/use-https-repository-metadata

Conversation

@aldorac337

Copy link
Copy Markdown

Summary

  • Update package repository metadata from git:// to git+https.
  • Leave runtime code, dependencies, package version, homepage, bugs, license, and package files unchanged.

Validation

  • node -e "const p=require('./package.json'); if (p.name !== 'error-stack-parser') throw new Error('name mismatch'); if (p.repository?.url !== 'git+https://github.com/stacktracejs/error-stack-parser.git') throw new Error(JSON.stringify(p.repository)); console.log(JSON.stringify(p.repository))" passed.
  • git diff --check passed.
  • npm ci --ignore-scripts --no-audit --no-fund completed with existing dependency deprecation warnings only.
  • npm pack --dry-run --json passed after dependency install.
  • ./node_modules/.bin/eslint . passed.
  • Karma/Jasmine specs passed in local Chrome no-sandbox run: 25 of 25 successful.

Note: this repository's default npm test path still targets PhantomJS. On this local modern Node environment, karma-phantomjs-launcher fails during plugin loading before running tests, so I validated the same Karma/Jasmine spec files with Chrome instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant