Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @mustapha-ghlissi/reset.css w/ npm/git auto-update #1867

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions packages/r/reset.css.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{

Check failure on line 1 in packages/r/reset.css.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

(root): Additional property author is not allowed

Check failure on line 1 in packages/r/reset.css.json

View workflow job for this annotation

GitHub Actions / robotcdnjs

name: Does not match pattern '^[a-zA-Z0-9._-]+$'
"name": "@mustapha-ghlissi/reset.css",
"filename": "reset.min.css",
"description": "Default browsers style resetter",
"homepage": "https://github.com/mustapha-ghlissi/reset.css#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mustapha-ghlissi/reset.css.git"
},
"keywords": [
"css",
"reset",
"reset-css",
"reset.css",
"default-style",
"default-css",
"default-browser-style",
"browser-style"
],
"autoupdate": {
"source": "git",
"target": "git://github.com/mustapha-ghlissi/reset.css.git",
"fileMap": [
{
"basePath": "",
"files": [
"*.css"
]
}
]
},
"author": {
"name": "Mustapha GHLISSI",
"email": "[email protected]"
},
"license": "MIT"
}
Loading