Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 13, 2024
1 parent a5c26a4 commit d726b58
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 28 deletions.
4 changes: 0 additions & 4 deletions .github/funding.yml

This file was deleted.

4 changes: 2 additions & 2 deletions license
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
MIT License

Copyright (c) Nicolas Gallagher
Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)
Copyright (c) Jonathan Neal
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
Copyright (c) Nicolas Gallagher

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"main": "modern-normalize.css",
"style": "modern-normalize.css",
"sideEffects": false,
"engines": {
"node": ">=6"
},
Expand Down
26 changes: 4 additions & 22 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,6 @@
<img src="media/logo.svg" alt="modern-normalize">
<br>
<br>
<div align="center">
<p>
<p>
<sup>
<a href="https://github.com/sponsors/sindresorhus">My open source work is supported by the community</a>
</sup>
</p>
<sup>Special thanks to:</sup>
<br>
<br>
<a href="https://standardresume.co/tech">
<img src="https://sindresorhus.com/assets/thanks/standard-resume-logo.svg" width="200"/>
</a>
</p>
</div>
<br>
<br>
<br>
<br>
</div>

## Differences from [`normalize.css`](https://github.com/necolas/normalize.css)
Expand All @@ -31,8 +12,9 @@
- [Improves consistency of default fonts](https://github.com/sindresorhus/modern-normalize/issues/3)
- [Sets a more readable tab size](https://github.com/sindresorhus/modern-normalize/issues/17)
- Fully tested
- Maintained

All credit should go to `normalize.css`. I just removed some cruft and added some improvements. If you have questions about the source, check out the [original source](https://github.com/necolas/normalize.css/blame/master/normalize.css) and [this](https://github.com/necolas/normalize.css#extended-details-and-known-issues) for details.
If you have questions about the source, check out the [original source](https://github.com/necolas/normalize.css/blame/master/normalize.css) and [this](https://github.com/necolas/normalize.css#extended-details-and-known-issues) for details.

[**The goal of this project is to make itself obsolete.**](https://github.com/sindresorhus/modern-normalize/issues/2)

Expand All @@ -44,8 +26,8 @@ All credit should go to `normalize.css`. I just removed some cruft and added som

## Install

```
$ npm install modern-normalize
```sh
npm install modern-normalize
```

###### Download
Expand Down

0 comments on commit d726b58

Please sign in to comment.