Skip to content

Commit

Permalink
Move src/ directory into new project
Browse files Browse the repository at this point in the history
My goal with this commit is to give a bit of a 'refresh' to this project. I tried updating React to version 19 while keeping most of the project intact, but there were many development dependencies that were also out of date. It would have been very difficult to bring everything up to date. Instead, I opted to extract the source files into a new project.

To make this commit, I started by deleting everything except these files:

- Everything in the `src/` directory
- `README.md`
- `package.json`
- `.prettierrc
- `LICENSE` and `LICENSE.md`

I then transferred in files from the `tsx-react` branch of my [rollup-starter-lib](https://github.com/ChrisCrossCrash/rollup-starter-lib/tree/03604ca48d6a8e206858a410dd1304b567965555). This starter actually only uses `tsc`, and not Rollup, as it did in older versions.

I modified `package.json` by keeping informational metadata like `name`, but deleted or replaced other properties.

This commit still doesn't build correctly, but I wanted to include this as a starting point before changing the original source code. One of the next few commits should build correctly.
  • Loading branch information
ChrisCrossCrash committed Dec 8, 2024
1 parent 65b68c6 commit a136a53
Show file tree
Hide file tree
Showing 199 changed files with 219 additions and 30,360 deletions.
6 changes: 0 additions & 6 deletions .clean-publish

This file was deleted.

6 changes: 0 additions & 6 deletions .commitlintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions .czrc

This file was deleted.

11 changes: 0 additions & 11 deletions .editorconfig

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

45 changes: 0 additions & 45 deletions .eslintrc.json

This file was deleted.

56 changes: 0 additions & 56 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/ISSUE_TEMPLATE/feature-request.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/renovate.json

This file was deleted.

97 changes: 0 additions & 97 deletions .github/workflows/checks.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/ci.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/commit.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/release.yml

This file was deleted.

Loading

0 comments on commit a136a53

Please sign in to comment.