-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
1,978 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
14 changes: 14 additions & 0 deletions
14
...ers/plugin_version/gosign-multi-position-text-with-quote-block/composer_file/package.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "gosign-multi-position-text-with-quote-block", | ||
"version": "1.0.1", | ||
"private": true, | ||
"scripts": { | ||
"start": "cgb-scripts start", | ||
"build": "cgb-scripts build", | ||
"eject": "cgb-scripts eject" | ||
}, | ||
"dependencies": { | ||
"cgb-scripts": "1.23.0", | ||
"classnames": "^2.2.6" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
spec/fixtures/dynamic_finders/plugin_version/heraldbee/change_log/changelog.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*** Heraldbee Changelog *** | ||
2019-11-21 - Version 1.0 | ||
* Initial version |
Oops, something went wrong.