Skip to content

Commit

Permalink
v0.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Sep 12, 2019
1 parent dafc413 commit 7806a59
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store
docs/
node_modules/
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog & Release Notes

## v0.1.0 - unreleased
## v0.1.0-beta.1 - 9/12/2019

This is an incomplete set of remedies,
and still very likely to change -
but you have to start somewhere.

- Move stylsheets into `css/` directory
- Organize the existing proposed & discussed remedies into three categories:
- Universally recommended remedies in `remedy.css`
- Optional remedies worth considering in `reminders.css`
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "cssremedy",
"version": "0.1.0-beta.1",
"description": "Start your project with a remedy for the technical debt of CSS",
"repository": "[email protected]:mozdevs/cssremedy.git",
"author": "Mozilla Developer Relations",
"license": "MPL-2.0",
"bugs": {
"url" : "https://github.com/owner/project/issues",
"email" : "[email protected]"
},
"keywords": [
"css",
"reset",
"default"
]
}

0 comments on commit 7806a59

Please sign in to comment.