@emdaer/meta
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="2.1.1"></a> | ||
## [2.1.1](https://github.com/emdaer/emdaer/compare/v2.1.0...v2.1.1) (2018-04-29) | ||
**Note:** Version bump only for package @emdaer/meta | ||
<a name="2.1.0"></a> | ||
@@ -8,0 +17,0 @@ # [2.1.0](https://github.com/emdaer/emdaer/compare/v2.0.3...v2.1.0) (2018-04-29) |
{ | ||
"name": "@emdaer/meta", | ||
"description": "An emdaer package that exports shared meta info about emdaer", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"repository": "emdaer/emdaer", | ||
@@ -6,0 +6,0 @@ "homepage": "https://emdaer.me/", |
@@ -48,8 +48,12 @@ ## How emdaer works | ||
<details> | ||
<summary>Help</summary> | ||
The first plugin call is to [@emdaer/plugin-value-from-package](/emdaer/emdaer/blob/master/packages/plugin-value-from-package). It is used to get the value of `name` from `package.json`. That way if your project name change, so does your README. | ||
The second plugin call is to [@emdaer/plugin-import](/emdaer/emdaer/blob/master/packages/plugin-import). It is used to import a function called `printThrice` and executing it with the argument `Hey`, printing it three times. The `path` parameter can be any node modules that exports a string, exports a function that returns a string, or exports a funciton that returns a promise that resolves to a string. | ||
The third emdaer call is to [@emdaer/transform-prettier](/emdaer/emdaer/blob/master/packages/transform-prettier). It will format your README with the given options so you don't have to. | ||
<summary>❓ Help</summary> | ||
<blockquote> | ||
The first plugin call is to [@emdaer/plugin-value-from-package](/emdaer/emdaer/blob/master/packages/plugin-value-from-package). It is used to get the value of `name` from `package.json`. That way if your project name change, so does your README. | ||
</blockquote> | ||
<blockquote> | ||
The second plugin call is to [@emdaer/plugin-import](/emdaer/emdaer/blob/master/packages/plugin-import). It is used to import a function called `printThrice` and executing it with the argument `Hey`, printing it three times. The `path` parameter can be any node modules that exports a string, exports a function that returns a string, or exports a funciton that returns a promise that resolves to a string. | ||
</blockquote> | ||
<blockquote> | ||
The third emdaer call is to [@emdaer/transform-prettier](/emdaer/emdaer/blob/master/packages/transform-prettier). It will format your README with the given options so you don't have to. | ||
</blockquote> | ||
</details> | ||
@@ -56,0 +60,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
14439