0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Bumped gscan to 4.0.0-pre.5

refs https://github.com/TryGhost/Team/issues/509

- Updated version includes {{@site.lang}} deprecation
This commit is contained in:
Naz 2021-03-04 21:18:27 +13:00
parent 07254edfe3
commit 7a11a9b3c4
3 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@
"ghost-storage-base": "0.0.4", "ghost-storage-base": "0.0.4",
"glob": "7.1.6", "glob": "7.1.6",
"got": "9.6.0", "got": "9.6.0",
"gscan": "4.0.0-pre.4", "gscan": "4.0.0-pre.5",
"html-to-text": "5.1.1", "html-to-text": "5.1.1",
"image-size": "0.8.3", "image-size": "0.8.3",
"intl": "1.2.5", "intl": "1.2.5",

View file

@ -3,7 +3,7 @@ When a new rule is introduced in gscan one of these fixture files might break an
- Unzip the theme files, e.g.: `cd $CURRENT_DIR && unzip valid.zip -d valid` - Unzip the theme files, e.g.: `cd $CURRENT_DIR && unzip valid.zip -d valid`
- Make a change in the file which caused a warning/error/whatever - Make a change in the file which caused a warning/error/whatever
- Zip the files back: `` - Zip the files back: `zip -r valid.zip ./valid`
- Commit changed zip file: `git add valid.zip ;... you know the drill :)` - Commit changed zip file: `git add valid.zip ;... you know the drill :)`
Ideas for future improvements in theme tests: Ideas for future improvements in theme tests:

Binary file not shown.