Skip to content

Commit 2b10a50

Browse files
author
John Richard Chipps-Harding
authored
Chore/docs (#14)
* Docs * version bump
1 parent 23e1046 commit 2b10a50

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ You can generate a component from this file with the following command:
260260
npx @phntms/css-components --css styles.module.css
261261

262262
# or if you have the package installed
263-
npm exec css-components --css styles.module.css
263+
npx css-components --css styles.module.css
264264
```
265265

266266
This will output a file called `styles.ts` that looks like this:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@phntms/css-components",
33
"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.",
4-
"version": "0.0.9",
4+
"version": "0.1.0",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"homepage": "https://github.com/phantomstudios/css-components#readme",

0 commit comments

Comments
 (0)