diff options
author | Romain Menke <romainmenke@gmail.com> | 2023-12-29 13:59:36 +0100 |
---|---|---|
committer | Romain Menke <romainmenke@gmail.com> | 2023-12-29 13:59:36 +0100 |
commit | afda40bbccc3619697d4a815c62b254728f2f07e (patch) | |
tree | f267297ed2445227e50134a6059ad754a6cba264 | |
parent | 8e9bd2c73d7e6074bf93dbcba37188cb8e2f14a2 (diff) | |
download | normalize.css-afda40bbccc3619697d4a815c62b254728f2f07e.tar.gz normalize.css-afda40bbccc3619697d4a815c62b254728f2f07e.zip |
cleanup
-rw-r--r-- | .travis.yml | 6 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | package-lock.json | 13 | ||||
-rw-r--r-- | package.json | 17 |
4 files changed, 15 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7b07347..0000000 --- a/.travis.yml +++ /dev/null @@ -1,6 +0,0 @@ -# https://docs.travis-ci.com/user/travis-lint - -language: node_js - -node_js: - - stable @@ -86,14 +86,14 @@ normalize.css, adhering to common developer expectations and preferences. Nicolas Gallagher and I started writing normalize.css together. I named and created the normalize.css repository with the help of Paul Irish and Ben Alman. -I transferred the repository to Necolas, who turned it into a “household” CSS +I transferred the repository to Nicolas, who turned it into a “household” CSS library. Later, I resumed authorship of normalize.css with Luciano Battagliero. Together, we tagged, deprecated, and removed “opinionated” styles — styles developers often prefer but which do not fix bugs or “normalize” browser differences. -Later, Necolas resumed authorship and the issue of whether to include or omit +Later, Nicolas resumed authorship and the issue of whether to include or omit the opinionated styles forced us to split. I continue working on the normalize.css project, currently under the “csstools” diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..0fbcfd0 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "@csstools/normalize.css", + "version": "12.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "@csstools/normalize.css", + "version": "12.0.0", + "license": "CC0-1.0" + } + } +} diff --git a/package.json b/package.json index 63628c9..344b932 100644 --- a/package.json +++ b/package.json @@ -21,23 +21,6 @@ "scripts": { "test": "echo \"no test\"" }, - "devDependencies": { - "stylelint": "^13.13.1", - "stylelint-config-standard": "^22.0.0" - }, - "stylelint": { - "extends": "stylelint-config-standard", - "rules": { - "font-family-no-duplicate-names": [ - true, - { - "ignoreFontFamilyNames": [ - "monospace" - ] - } - ] - } - }, "keywords": [ "css", "normalizes", |