chore: rebrand as @supsys/discovery and update repository URLs
- Change package name from @astrojs/discovery to @supsys/discovery - Update repository URL to git.supported.systems - Update CHANGELOG references - Rebuild and verify all tests pass (89/89)
This commit is contained in:
parent
192ce8194f
commit
c7bcc4b1e5
4 changed files with 501 additions and 68 deletions
53
.npmignore
Normal file
53
.npmignore
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# Source files (dist/ is published via package.json "files" field)
|
||||
src/
|
||||
tests/
|
||||
*.test.ts
|
||||
*.spec.ts
|
||||
|
||||
# Documentation site (separate deployment)
|
||||
docs/
|
||||
|
||||
# Build artifacts
|
||||
*.tsbuildinfo
|
||||
.astro/
|
||||
node_modules/
|
||||
|
||||
# Development files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.log
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Git
|
||||
.git/
|
||||
.gitignore
|
||||
.gitattributes
|
||||
|
||||
# CI/CD
|
||||
.github/
|
||||
.gitlab-ci.yml
|
||||
.travis.yml
|
||||
|
||||
# Development configs
|
||||
tsconfig.json
|
||||
vitest.config.ts
|
||||
.eslintrc*
|
||||
.prettierrc*
|
||||
|
||||
# Testing
|
||||
coverage/
|
||||
.nyc_output/
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Project-specific
|
||||
status.json
|
||||
artifacts/
|
||||
PUBLISHING.md
|
||||
CLAUDE.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue