Skip to content

Commit

Permalink
Merge pull request #203 from opencomponents/fixdeps.io
Browse files Browse the repository at this point in the history
Fixed find-replace actor config
  • Loading branch information
matteofigus committed Dec 12, 2017
2 parents f8b7354 + 7e9c212 commit 599f665
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ collectors:
actors:
# pull requests for updates to any version
- type: js-npm
dependencies_not_matching: "^(handlebars)$"
versions: "Y.Y.Y"
# pull request to update externals
- type: find-replace
dependencies: "^(handlebars)$"
versions: "Y.Y.Y"
settings:
paths:
- package.json
- packages/oc-template-handlebars/package.json
patterns:
- 'https://unpkg.com/{name}@{version_clean}/dist/handlebars.runtime.min.js'
- 'https://unpkg.com/{name}@{version_clean}/'
- '"{name}": "{version_clean}",'

- type: js-npm
path: packages/oc-template-jade-compiler
Expand Down

0 comments on commit 599f665

Please sign in to comment.