diff --git a/cli/README.md b/cli/README.md index d5884bb..79acdc2 100644 --- a/cli/README.md +++ b/cli/README.md @@ -30,7 +30,7 @@ is used as source for the `clone` command. To update the local library with remo 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"` diff --git a/cli/package.json b/cli/package.json index a000170..b953168 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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 ", "homepage": "https://github.com/Frojd/Frojd-Jewl/", "bugs": {