Skip to content

Commit

Permalink
Merge branch 'release/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelengstrom committed May 14, 2024
2 parents 8ea0859 + 2915c08 commit 4f60c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ is used as source for the `clone` command. To update the local library with remo
<!-- projectsetup -->
Jewl is intended to be used on a project basis and not as a global install. To set it up in your project:
1) Run `npm i --save-dev @frojdagency/jewl-cli`
2) Add `"jewl": "npx jewl-cli"` to your `scripts` property in your package.json
2) Add `"jewl": "jewl-cli"` to your `scripts` property in your package.json
3) Run `npm run jewl init` in your project and follow the interactive CLI interface
4) jewl added `jewlconfig.json` to your VCS. Make your first commit `git commit -m "Set up Jewl"`

Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frojdagency/jewl-cli",
"description": "CLI tool for Jewl. Import your components with ease",
"version": "0.0.10",
"version": "0.1.1",
"author": "Mikael Engström <[email protected]>",
"homepage": "https://github.com/Frojd/Frojd-Jewl/",
"bugs": {
Expand Down

0 comments on commit 4f60c1b

Please sign in to comment.