Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
callqh committed Jun 25, 2024
1 parent 8baef03 commit 11b6570
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# farm-plugin-yaml

This plugin provides a YAML parser for FARM.

## Usage

```bash
pnpm install -D @jstors/farm-plugin-yaml
```


```ts

export default defineConfig({
plugins: [
'farm-plugin-yaml',
]
});

```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jstors/farm-plugin-yaml",
"version": "0.0.0",
"version": "0.0.1",
"main": "scripts/index.js",
"types": "scripts/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 11b6570

Please sign in to comment.