@emdaer/meta
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="3.2.2"></a> | ||
## [3.2.2](https://github.com/emdaer/emdaer/compare/v3.2.1...v3.2.2) (2018-05-25) | ||
**Note:** Version bump only for package @emdaer/meta | ||
<a name="3.2.1"></a> | ||
@@ -8,0 +17,0 @@ ## [3.2.1](https://github.com/emdaer/emdaer/compare/v3.2.0...v3.2.1) (2018-05-23) |
{ | ||
"name": "@emdaer/meta", | ||
"description": "An emdaer package that exports shared meta info about emdaer", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"repository": "emdaer/emdaer", | ||
@@ -6,0 +6,0 @@ "homepage": "https://emdaer.me/", |
@@ -10,2 +10,6 @@ ## Adding emdaer to your project | ||
``` | ||
or with [yarn](https://yarnpkg.com/): | ||
```sh | ||
yarn add @emdaer/cli @emdaer/plugin-value-from-package lint-staged husky -D | ||
``` | ||
@@ -12,0 +16,0 @@ Follow the [lint-staged setup instructions](https://github.com/okonet/lint-staged#installation-and-setup). |
@@ -7,2 +7,7 @@ ## How emdaer works | ||
<details> | ||
<summary>💡 Hint</summary> | ||
<p>In the case that you have an emdaer file in a nested directory inside the <code>.emdaer</code> directory, emdaer will output the respective README in that directory in your code base. For example, <code>.emdaer/src/components/README.emdaer.md</code> will output the generated README at <code>src/components/README.emdaer.md</code>.</p> | ||
</details> | ||
### Plugins & Transforms | ||
@@ -9,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19549