Skip to content

Commit 99ea533

Browse files
committed
Update package
- Standardize the project description - Further match normalize.css practices
1 parent 1f60d9e commit 99ea533

3 files changed

Lines changed: 13 additions & 26 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/node_modules
2-
/npm-debug.log
1+
node_modules
2+
npm-debug.log

.npmignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,29 @@
11
{
22
"name": "sanitize.css",
33
"version": "4.1.0",
4-
"description": "The best-practices alternative to CSS resets.",
4+
"description": "The best-practices CSS foundation",
55
"main": "sanitize.css",
66
"style": "sanitize.css",
7+
"files": [
8+
"LICENSE.md",
9+
"sanitize.css"
10+
],
711
"devDependencies": {
8-
"postcss": "^5.0.21",
9-
"postcss-reporter": "^1.3.3",
10-
"stylelint": "^6.5.1",
12+
"postcss": "^5.2.4",
13+
"postcss-reporter": "^1.4.1",
14+
"stylelint": "^7.3.1",
1115
"stylelint-config-10up": "github:jonathantneal/stylelint-config-10up"
1216
},
1317
"scripts": {
1418
"test": "stylelint sanitize.css"
1519
},
16-
"engines": {
17-
"node": ">=0.12.0"
18-
},
1920
"repository": "jonathantneal/sanitize.css",
20-
"keywords": [
21-
"css",
22-
"cssnext",
23-
"less",
24-
"normalize",
25-
"postcss",
26-
"reset",
27-
"sass",
28-
"scss",
29-
"stylelint",
30-
"stylus"
21+
"contributors": [
22+
"Jonathan Neal <[email protected]> (http://jonathantneal.com/)"
3123
],
32-
"author": "Jonathan Neal <[email protected]> (http://jonathantneal.com)",
3324
"license": "CC0-1.0",
3425
"bugs": "https://github.com/jonathantneal/sanitize.css/issues",
35-
"homepage": "https://github.com/jonathantneal/sanitize.css#readme",
26+
"homepage": "https://jonathantneal.github.io/sanitize.css",
3627
"stylelint": {
3728
"extends": "stylelint-config-10up"
3829
}

0 commit comments

Comments
 (0)