Skip to content

Commit

Permalink
Merge pull request #59 from mozdevs/package
Browse files Browse the repository at this point in the history
A very beta package to ge things started
  • Loading branch information
jensimmons authored Sep 12, 2019
2 parents dafc413 + 11d8840 commit c03300c
Show file tree
Hide file tree
Showing 6 changed files with 23 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.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"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",
"homepage": "https://github.com/mozdevs/cssremedy/",
"bugs": "https://github.com/mozdevs/cssremedy/issues",
"keywords": [
"css",
"reset",
"default"
]
}

0 comments on commit c03300c

Please sign in to comment.