We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d381c88 commit 10e8fcaCopy full SHA for 10e8fca
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v2.0.3 (2019-9-17)
4
+Bugfixes:
5
+* accept src option as array instead of string
6
+
7
## v2.0.2 (2019-7-11)
8
added testcafe 1.3.1 features:
9
* added tsConfigPath entry in the schema
package.json
@@ -1,6 +1,6 @@
{
"name": "@politie/angular-testcafe-builder",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "Angular builder for Testcafe",
"main": "src/testcafe/testcafe.builder.js",
"scripts": {
0 commit comments