Skip to content

Commit

Permalink
Chore/docs (#14)
Browse files Browse the repository at this point in the history
* Docs

* version bump
  • Loading branch information
John Richard Chipps-Harding committed Nov 16, 2022
1 parent 23e1046 commit 2b10a50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ You can generate a component from this file with the following command:
npx @phntms/css-components --css styles.module.css

# or if you have the package installed
npm exec css-components --css styles.module.css
npx css-components --css styles.module.css
```

This will output a file called `styles.ts` that looks like this:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@phntms/css-components",
"description": "At its core, css-components is a simple wrapper around standard CSS. It allows you to write your CSS how you wish then compose them into a component ready to be used in React.",
"version": "0.0.9",
"version": "0.1.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "https://github.com/phantomstudios/css-components#readme",
Expand Down

0 comments on commit 2b10a50

Please sign in to comment.