Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix(protractor):
target
package renamed to targets
so that it's c…
…orrectly included in git and np
- Loading branch information
Showing
with
6 additions
and 7 deletions.
- +0 −1 .gitignore
- +1 −1 .nvmrc
- +1 −1 packages/protractor/src/screenplay/questions/CSSClasses.ts
- +1 −1 packages/protractor/src/screenplay/questions/Value.ts
- +1 −1 packages/protractor/src/screenplay/questions/index.ts
- 0 packages/protractor/src/screenplay/questions/{target → targets}/Target.ts
- 0 packages/protractor/src/screenplay/questions/{target → targets}/TargetElement.ts
- 0 packages/protractor/src/screenplay/questions/{target → targets}/TargetElements.ts
- 0 packages/protractor/src/screenplay/questions/{target → targets}/TargetNestedElement.ts
- 0 packages/protractor/src/screenplay/questions/{target → targets}/TargetNestedElements.ts
- 0 packages/protractor/src/screenplay/questions/{target → targets}/index.ts
- 0 packages/protractor/src/screenplay/questions/{target → targets}/override.ts
- +1 −1 packages/protractor/src/screenplay/questions/text/TextOfMultipleElements.ts
- +1 −1 packages/protractor/src/screenplay/questions/text/TextOfSingleElement.ts
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -18,6 +18,5 @@ documentation/*/target/ | ||
integration/*/target/ | ||
packages/*/target/ | ||
target/ | ||
*.log | ||
packages/*/lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1 +1 @@ | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,7 +1,7 @@ | ||
export * from './Attribute'; | ||
export * from './CSSClasses'; | ||
export { Pick } from './Pick'; | ||
export { Target } from './targets'; | ||
export * from './text'; | ||
export * from './Value'; | ||
export * from './Website'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters