Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Stop exceptions from breaking the watcher (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid authored Dec 7, 2018
1 parent 9f8f753 commit 688d664
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"require": {
"php": "^7.2",
"cweagans/composer-patches": "^1.6",
"pattern-lab/core": "^2.0",
"pattern-lab/patternengine-twig": "^2.0",
"pattern-lab/styleguidekit-twig-default": "^3.0"
Expand Down Expand Up @@ -36,5 +37,13 @@
},
"config": {
"sort-packages": true
},
"extra": {
"composer-exit-on-patch-failure": true,
"patches": {
"pattern-lab/core": {
"Stop exceptions from breaking the watcher": "https://github.com/pattern-lab/patternlab-php-core/pull/170.patch"
}
}
}
}
51 changes: 50 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 688d664

Please sign in to comment.