Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
super16 committed May 9, 2023
1 parent 2aea877 commit d1adc2f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ inside components.
## Installation

```shell
npm i tachyons github:super16/vue-tachyons-directives-plugin#0.1.0
# npm
npm i tachyons github:super16/vue-tachyons-directives-plugin

# yarn
yarn add tachyons github:super16/vue-tachyons-directives-plugin

# pnpm
pnpm add tachyons github:super16/vue-tachyons-directives-plugin
```

## Usage
Expand Down
16 changes: 10 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,22 @@ Supported version of Tachyons CSS is **4.12.0**.

## Installation

### NPM
::: code-group

```sh
npm i tachyons github:super16/vue-tachyons-directives-plugin#0.1.0
```sh [npm]
npm i tachyons github:super16/vue-tachyons-directives-plugin
```

### Yarn

```sh
```sh [yarn]
yarn add tachyons github:super16/vue-tachyons-directives-plugin
```

```sh [pnpm]
pnpm add tachyons github:super16/vue-tachyons-directives-plugin
```

:::

## Usage

Import Tachyons CSS stylesheet and add plugin to your application mount in `main.js`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"docs:serve": "vitepress serve docs",
"deploy:docs": "node scripts/gh-pages-deploy.mjs"
},
"version": "0.1.0"
"version": "0.3.0"
}

0 comments on commit d1adc2f

Please sign in to comment.