chore(markdown): Update option docs
This commit is contained in:
parent
d0e05fe455
commit
52ddbaaa02
28 changed files with 952 additions and 631 deletions
|
@ -2,9 +2,17 @@
|
|||
title: version
|
||||
---
|
||||
|
||||
The `version` key in the pattern configuration holds the version
|
||||
of the pattern. For a pattern that is published as an NPM package
|
||||
this is typically the same version as set in the `package.json` file.
|
||||
|
||||
## Structure
|
||||
|
||||
A string that holds a valid semantic version number.
|
||||
|
||||
## Example
|
||||
|
||||
```
|
||||
version: "0.3.1"
|
||||
```
|
||||
|
||||
The version of your pattern.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue