Skip to content

Commit

Permalink
perf(build): tech release
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Aug 26, 2018
1 parent 8f094e7 commit a440d74
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"parcel-bundler": "^1.9.7",
"semantic-release": "15.6.6",
"semantic-release-monorepo": "^6.0.3",
"semantic-release-monorepo-hooks": "2.5.0",
"semantic-release-monorepo-hooks": "2.5.1",
"standard": "^11.0.1"
},
"standard": {
Expand Down
1 change: 1 addition & 0 deletions packages/uniconfig-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rollupPlugin(uniconfigPluginYaml)
const config = uniconfig('./foobar.yml')
```


Each plugin must expose at least two methods to be registered: `rollup` and `rollback`.
```javascript
export interface IContext {
Expand Down
1 change: 1 addition & 0 deletions packages/uniconfig-plugin-yaml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Uniconfig YAML parser plugin
yarn add @qiwi/uniconfig-plugin-yaml
```


## Usage
```javascript
import uniconfig, {rollupPlugin} from '@qiwi/uniconfig'
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8758,9 +8758,9 @@ scoped-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/scoped-regex/-/scoped-regex-1.0.0.tgz#a346bb1acd4207ae70bd7c0c7ca9e566b6baddb8"

semantic-release-monorepo-hooks@2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/semantic-release-monorepo-hooks/-/semantic-release-monorepo-hooks-2.5.0.tgz#78a63ef44cbd36c2add369d5a5c47fb732cc1060"
semantic-release-monorepo-hooks@2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/semantic-release-monorepo-hooks/-/semantic-release-monorepo-hooks-2.5.1.tgz#0485bf51ca5a112a4347410ec0f8bc539ef81f00"
dependencies:
semver "^5.5.1"

Expand Down

0 comments on commit a440d74

Please # to comment.