Skip to content

Commit

Permalink
chore: update license
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jul 30, 2024
1 parent 87b948a commit 583fcc3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 藍+85CD
Copyright (c) 2024 藍+85CD

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ pnpm add -D @importantimport/tsconfig
```jsonc
// tsconfig.json
{
"extends": "@importantimport/tsconfig",
"include": ["src"]
"extends": "@importantimport/tsconfig"
}
```

## License

Licensed under the [MIT](LICENSE).
[MIT](LICENSE.md)
4 changes: 4 additions & 0 deletions packages/tsconfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ This package has some framework-specific tsconfig parts that you can use to over
"include": ["src", "test"]
}
```

## License

[MIT](../../LICENSE.md)

0 comments on commit 583fcc3

Please sign in to comment.